Searched defs:moveBefore (Results 1 – 8 of 8) sorted by relevance
108 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction116 void Instruction::moveBefore(BasicBlock &BB, in moveBefore() function in Instruction
136 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() function in BasicBlock
186 void VPRecipeBase::moveBefore(VPBasicBlock &BB, in moveBefore() function in VPRecipeBase
659 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
139 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore() function in MachineInstr
3193 void TypePromotionTransaction::moveBefore(Instruction *Inst, in moveBefore() function in TypePromotionTransaction
1191 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater
906 auto moveBefore = [this](Instruction *In, Instruction *To) { in realignLoadGroup() local