Searched defs:moveBefore (Results 1 – 11 of 11) sorted by relevance
366 inline void moveBefore(BasicBlock *MovePos) { in moveBefore() function
167 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction191 void Instruction::moveBefore(BasicBlock &BB, InstListType::iterator I) { in moveBefore() function in Instruction
281 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { in moveBefore() function in BasicBlock
551 void DbgRecord::moveBefore(DbgRecord *MoveBefore) { in moveBefore() function in llvm::DbgRecord
550 void moveBefore(Instruction *Before) { in moveBefore() function
370 void Instruction::moveBefore(BasicBlock &BB, const BBIterator &WhereIt) { in moveBefore() function in Instruction
674 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
150 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore() function in MachineInstr
1166 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater
267 void VPRecipeBase::moveBefore(VPBasicBlock &BB, in moveBefore() function in VPRecipeBase
1205 auto moveBefore = [this](Instruction *In, Instruction *To) { in realignLoadGroup() local