Searched defs:moveBefore (Results 1 – 9 of 9) sorted by relevance
365 inline void moveBefore(BasicBlock *MovePos) { moveBefore() function
162 void Instruction::moveBefore(Instruction *MovePos) { moveBefore() function in Instruction 186 void Instruction::moveBefore(BasicBlock &BB, InstListType::iterator I) { moveBefore() function in Instruction
380 void DPValue::moveBefore(DPValue *MoveBefore) { moveBefore() function in llvm::DPValue
319 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { moveBefore() function in BasicBlock
668 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { moveBefore() function in MachineBasicBlock
147 void MachineInstr::moveBefore(MachineInstr *MovePos) { moveBefore() function in MachineInstr
1166 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater
236 void VPRecipeBase::moveBefore(VPBasicBlock &BB, moveBefore() function in VPRecipeBase
1205 auto moveBefore = [this](Instruction *In, Instruction *To) { in realignLoadGroup() local