Home
last modified time | relevance | path

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

/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/Transforms/Vectorize/
H A DVPlan.cpp558 void VPRecipeBase::moveAfter(VPRecipeBase *InsertPos) { in moveAfter() function in VPRecipeBase
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp637 void MachineBasicBlock::moveAfter(MachineBasicBlock *NewBefore) { in moveAfter() function in MachineBasicBlock
/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