Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h365 inline void moveBefore(BasicBlock *MovePos) { moveBefore() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp162 void Instruction::moveBefore(Instruction *MovePos) { moveBefore() function in Instruction
186 void Instruction::moveBefore(BasicBlock &BB, InstListType::iterator I) { moveBefore() function in Instruction
H A DDebugProgramInstruction.cpp380 void DPValue::moveBefore(DPValue *MoveBefore) { moveBefore() function in llvm::DPValue
H A DBasicBlock.cpp319 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { moveBefore() function in BasicBlock
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp668 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { moveBefore() function in MachineBasicBlock
H A DMachineInstr.cpp147 void MachineInstr::moveBefore(MachineInstr *MovePos) { moveBefore() function in MachineInstr
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1166 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp236 void VPRecipeBase::moveBefore(VPBasicBlock &BB, moveBefore() function in VPRecipeBase
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1205 auto moveBefore = [this](Instruction *In, Instruction *To) { in realignLoadGroup() local