Searched defs:moveAfter (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | DebugProgramInstruction.cpp | 386 void DPValue::moveAfter(DPValue *MoveAfter) { moveAfter() function in llvm::DPValue |
H A D | BasicBlock.cpp | 323 void BasicBlock::moveAfter(BasicBlock *MovePos) { moveAfter() function in BasicBlock |
H A D | Instruction.cpp | 170 void Instruction::moveAfter(Instruction *MovePos) { moveAfter() function in Instruction |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineBasicBlock.cpp | 672 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { moveAfter() function in MachineBasicBlock |
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanRecipes.cpp | 231 void VPRecipeBase::moveAfter(VPRecipeBase *InsertPos) { moveAfter() function in VPRecipeBase |