Home
last modified time | relevance | path

Searched defs:moveBefore (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp97 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction
105 void Instruction::moveBefore(BasicBlock &BB, in moveBefore() function in Instruction
H A DBasicBlock.cpp133 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() function in BasicBlock
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp563 void VPRecipeBase::moveBefore(VPBasicBlock &BB, in moveBefore() function in VPRecipeBase
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp633 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
H A DMachineInstr.cpp153 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore() function in MachineInstr
H A DCodeGenPrepare.cpp3069 void TypePromotionTransaction::moveBefore(Instruction *Inst, in moveBefore() function in TypePromotionTransaction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1191 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater