Searched refs:moveAfter (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCFGOptimizer.cpp210 JumpAroundTarget->moveAfter(LayoutSucc);
214 UncondTarget->moveAfter(JumpAroundTarget);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h26 // instruction moving API, then just call moveBefore, moveAfter,or moveTo with
129 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp317 RemInst->moveAfter(DivInst);
319 DivInst->moveAfter(RemInst);
H A DDFAJumpThreading.cpp1005 NewBB->moveAfter(BB);
H A DMemCpyOptimizer.cpp622 MSSAU->moveAfter(MA, MemInsertPoint);
H A DJumpThreading.cpp2288 NewBB->moveAfter(PredBB);
2414 NewBB->moveAfter(PredBB);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp327 Next->moveAfter(MBB);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h339 void moveAfter(DPValue *MoveAfter);
H A DBasicBlock.h372 void moveAfter(BasicBlock *MovePos);
H A DInstruction.h215 void moveAfter(Instruction *MovePos);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1511 MBB->moveAfter(&MF.back());
1714 MBB->moveAfter(PredBB);
1763 MBB->moveAfter(&MF.back());
H A DStackProtector.cpp682 NewBB->moveAfter(&BB);
H A DTypePromotion.cpp449 I->moveAfter(InsertPt);
H A DAtomicExpandPass.cpp307 TrailingFence->moveAfter(I);
352 TrailingFence->moveAfter(I);
H A DMachineBasicBlock.cpp672 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) {
H A DCodeGenPrepare.cpp4611 ITrunc->moveAfter(ExtOpnd);
6515 ExtFedByLoad->moveAfter(LI);
7225 BCI->moveAfter(Op);
7760 Transition->moveAfter(ToBePromoted);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp386 void DPValue::moveAfter(DPValue *MoveAfter) {
H A DBasicBlock.cpp323 void BasicBlock::moveAfter(BasicBlock *MovePos) { function in class:BasicBlock
H A DInstruction.cpp170 void Instruction::moveAfter(Instruction *MovePos) { function in class:Instruction
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h696 void moveAfter(MachineBasicBlock *NewBefore);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp111 NewBB->moveAfter(FoundBB);
H A DCodeExtractor.cpp1802 cast<Instruction>(II)->moveAfter(FirstSunkAlloca);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1171 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { function in class:MemorySSAUpdater
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp168 cast<Instruction>(Row)->moveAfter(cast<Instruction>(II->getOperand(2)));
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp701 SinkCandidate->moveAfter(Previous);

Completed in 500 milliseconds

12