Home
last modified time | relevance | path

Searched defs:moveAfter (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp386 void DPValue::moveAfter(DPValue *MoveAfter) { moveAfter() function in llvm::DPValue
H A DBasicBlock.cpp323 void BasicBlock::moveAfter(BasicBlock *MovePos) { moveAfter() function in BasicBlock
H A DInstruction.cpp170 void Instruction::moveAfter(Instruction *MovePos) { moveAfter() function in Instruction
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp672 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { moveAfter() function in MachineBasicBlock
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1171 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter() function in MemorySSAUpdater
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp231 void VPRecipeBase::moveAfter(VPRecipeBase *InsertPos) { moveAfter() function in VPRecipeBase