/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCFGOptimizer.cpp | 210 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction() 214 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DivRemPairs.cpp | 318 RemInst->moveAfter(DivInst); in optimizeDivRem() 320 DivInst->moveAfter(RemInst); in optimizeDivRem()
|
H A D | DFAJumpThreading.cpp | 1050 NewBB->moveAfter(BB); in cloneBlockAndUpdatePredecessor()
|
H A D | JumpThreading.cpp | 2278 NewBB->moveAfter(PredBB); in threadThroughTwoBasicBlocks() 2405 NewBB->moveAfter(PredBB); in threadEdge()
|
H A D | MemCpyOptimizer.cpp | 627 MSSAU->moveAfter(MA, MemInsertPoint); in moveUp()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemorySSAUpdater.h | 129 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGSort.cpp | 327 Next->moveAfter(MBB); in sortBlocks()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 682 NewBB->moveAfter(&BB);
|
H A D | BranchFolding.cpp | 1522 MBB->moveAfter(&MF.back()); in OptimizeBlock() 1725 MBB->moveAfter(PredBB); in OptimizeBlock() 1774 MBB->moveAfter(&MF.back()); in OptimizeBlock()
|
H A D | TypePromotion.cpp | 451 I->moveAfter(InsertPt); in ExtendSources()
|
H A D | AtomicExpandPass.cpp | 326 TrailingFence->moveAfter(I); in run() 387 TrailingFence->moveAfter(I); in bracketInstWithFences()
|
H A D | MachineBasicBlock.cpp | 678 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { in moveAfter() function in MachineBasicBlock
|
H A D | CodeGenPrepare.cpp | 4706 ITrunc->moveAfter(ExtOpnd); in promoteOperandForOther() 6629 ExtFedByLoad->moveAfter(LI); in optimizeExt() 7339 BCI->moveAfter(Op); in optimizeShuffleVectorInst() 7874 Transition->moveAfter(ToBePromoted); in promoteImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugProgramInstruction.h | 198 void moveAfter(DbgRecord *MoveAfter);
|
H A D | BasicBlock.h | 373 void moveAfter(BasicBlock *MovePos);
|
H A D | Instruction.h | 250 void moveAfter(Instruction *MovePos);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopSimplify.cpp | 111 NewBB->moveAfter(FoundBB); in placeSplitBlockCarefully()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 557 void DbgRecord::moveAfter(DbgRecord *MoveAfter) { in moveAfter() function in llvm::DbgRecord
|
H A D | BasicBlock.cpp | 285 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
|
H A D | Instruction.cpp | 175 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter() function in Instruction
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 719 void moveAfter(MachineBasicBlock *NewBefore);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 554 void moveAfter(Instruction *After) { in moveAfter() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 175 cast<Instruction>(Row)->moveAfter(cast<Instruction>(II->getOperand(2))); in getShape()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 1171 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() function in MemorySSAUpdater
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 812 SinkCandidate->moveAfter(Previous); in sinkRecurrenceUsersAfterPrevious()
|