reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Instruction.h
  118   void moveAfter(Instruction *MovePos);

References

lib/CodeGen/AtomicExpandPass.cpp
  355     TrailingFence->moveAfter(I);
lib/CodeGen/CodeGenPrepare.cpp
 3919       ITrunc->moveAfter(ExtOpnd);
 5484     ExtFedByLoad->moveAfter(LI);
 6582   Transition->moveAfter(ToBePromoted);
lib/Target/ARM/ARMCodeGenPrepare.cpp
  518         I->moveAfter(InsertPt);
lib/Transforms/Scalar/DivRemPairs.cpp
  249         RemInst->moveAfter(DivInst);
  251         DivInst->moveAfter(RemInst);
lib/Transforms/Utils/CodeExtractor.cpp
 1493       cast<Instruction>(II)->moveAfter(FirstSunkAlloca);
lib/Transforms/Utils/Local.cpp
 1752         DII->moveAfter(&DomPoint);