| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCFGOptimizer.cpp | 199 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction() 203 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 | 1090 NewBB->moveAfter(BB); in cloneBlockAndUpdatePredecessor()
|
| H A D | JumpThreading.cpp | 2303 NewBB->moveAfter(PredBB); in threadThroughTwoBasicBlocks() 2433 NewBB->moveAfter(PredBB); in threadEdge()
|
| H A D | MemCpyOptimizer.cpp | 620 MSSAU->moveAfter(MA, MemInsertPoint); in moveUp()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemorySSAUpdater.h | 132 LLVM_ABI void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 207 LLVM_ABI void moveAfter(DbgRecord *MoveAfter); 212 LLVM_ABI void moveAfter(self_iterator MoveAfter);
|
| H A D | Instruction.h | 284 LLVM_ABI void moveAfter(Instruction *MovePos); 288 LLVM_ABI void moveAfter(InstListType::iterator MovePos);
|
| H A D | BasicBlock.h | 393 LLVM_ABI void moveAfter(BasicBlock *MovePos);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGSort.cpp | 326 Next->moveAfter(MBB); in sortBlocks()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 769 TBB->moveAfter(&TBB->getParent()->back()); in convertIf() 774 FBB->moveAfter(&FBB->getParent()->back()); in convertIf() 787 Tail->moveAfter(&Tail->getParent()->back()); in convertIf()
|
| H A D | BranchFolding.cpp | 1543 MBB->moveAfter(&MF.back()); in OptimizeBlock() 1747 MBB->moveAfter(PredBB); in OptimizeBlock() 1796 MBB->moveAfter(&MF.back()); in OptimizeBlock()
|
| H A D | StackProtector.cpp | 697 NewBB->moveAfter(&BB); in InsertStackProtectors()
|
| H A D | TypePromotion.cpp | 451 I->moveAfter(&*InsertPt); in ExtendSources()
|
| H A D | AtomicExpandPass.cpp | 362 TrailingFence->moveAfter(I); in processAtomicInstr() 455 TrailingFence->moveAfter(I); in bracketInstWithFences()
|
| H A D | MachineBasicBlock.cpp | 678 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { in moveAfter() function in MachineBasicBlock
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 576 void DbgRecord::moveAfter(DbgRecord *MoveAfter) { in moveAfter() function in llvm::DbgRecord 589 void DbgRecord::moveAfter(self_iterator MoveAfter) { in moveAfter() function in llvm::DbgRecord
|
| H A D | Instruction.cpp | 187 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter() function in Instruction 195 void Instruction::moveAfter(InstListType::iterator MovePos) { in moveAfter() function in Instruction
|
| H A D | BasicBlock.cpp | 243 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 179 cast<Instruction>(RealRow)->moveAfter(cast<Instruction>(V)); in getRowFromCol() 203 cast<Instruction>(RealCol)->moveAfter(cast<Instruction>(V)); in getColFromRow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanConstruction.cpp | 768 DerivedIV->moveAfter(&*Builder.getInsertPoint()); in handleMaxMinNumReductions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopSimplify.cpp | 108 NewBB->moveAfter(FoundBB); in placeSplitBlockCarefully()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 747 LLVM_ABI void moveAfter(MachineBasicBlock *NewBefore);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVUtils.cpp | 737 BB->moveAfter(LastBlock); in sortBlocks()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 1186 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() function in MemorySSAUpdater
|