Home
last modified time | relevance | path

Searched refs:moveAfter (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp213 JumpAroundTarget->moveAfter(LayoutSucc); in runOnMachineFunction()
217 UncondTarget->moveAfter(JumpAroundTarget); in runOnMachineFunction()
H A DHexagonVectorCombine.cpp661 M->moveAfter(Where); in move()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp254 RemInst->moveAfter(DivInst); in optimizeDivRem()
256 DivInst->moveAfter(RemInst); in optimizeDivRem()
H A DJumpThreading.cpp2273 NewBB->moveAfter(PredBB); in threadThroughTwoBasicBlocks()
2393 NewBB->moveAfter(PredBB); in threadEdge()
H A DMemCpyOptimizer.cpp640 MSSAU->moveAfter(MA, MemInsertPoint); in moveUp()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h131 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp327 Next->moveAfter(MBB); in sortBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DBasicBlock.h231 void moveAfter(BasicBlock *MovePos);
H A DInstruction.h146 void moveAfter(Instruction *MovePos);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp138 void BasicBlock::moveAfter(BasicBlock *MovePos) { in moveAfter() function in BasicBlock
H A DInstruction.cpp101 void Instruction::moveAfter(Instruction *MovePos) { in moveAfter() function in Instruction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp546 NewBB->moveAfter(BB); in InsertStackProtectors()
H A DBranchFolding.cpp1508 MBB->moveAfter(&MF.back()); in OptimizeBlock()
1701 MBB->moveAfter(PredBB); in OptimizeBlock()
1750 MBB->moveAfter(&MF.back()); in OptimizeBlock()
H A DTypePromotion.cpp495 I->moveAfter(InsertPt); in ExtendSources()
H A DMachineBasicBlock.cpp637 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { in moveAfter() function in MachineBasicBlock
H A DCodeGenPrepare.cpp4352 ITrunc->moveAfter(ExtOpnd); in promoteOperandForOther()
6226 ExtFedByLoad->moveAfter(LI); in optimizeExt()
6912 BCI->moveAfter(Op); in optimizeShuffleVectorInst()
7334 Transition->moveAfter(ToBePromoted); in promoteImpl()
H A DAtomicExpandPass.cpp325 TrailingFence->moveAfter(I); in bracketInstWithFences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp116 NewBB->moveAfter(FoundBB); in placeSplitBlockCarefully()
H A DLocal.cpp782 DestBB->moveAfter(PredBB); in MergeBasicBlockIntoOnlyPred()
1950 DII->moveAfter(&DomPoint); in rewriteDebugUsers()
H A DCodeExtractor.cpp1680 cast<Instruction>(II)->moveAfter(FirstSunkAlloca); in extractCodeRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h612 void moveAfter(MachineBasicBlock *NewBefore);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2520 DVI->moveAfter(InsertPt); in salvageDebugInfo()
2522 DVI->moveAfter(F->getEntryBlock().getFirstNonPHI()); in salvageDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp558 void VPRecipeBase::moveAfter(VPRecipeBase *InsertPos) { in moveAfter() function in VPRecipeBase
H A DVPlan.h689 void moveAfter(VPRecipeBase *MovePos);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1196 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() function in MemorySSAUpdater

12