Searched defs:moveBefore (Results 1 – 11 of 11) sorted by relevance
171 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction175 void Instruction::moveBefore(BasicBlock::iterator MovePos) { in moveBefore() function in Instruction210 void Instruction::moveBefore(BasicBlock &BB, InstListType::iterator I) { in moveBefore() function in Instruction
570 void DbgRecord::moveBefore(DbgRecord *MoveBefore) { in moveBefore() function in llvm::DbgRecord583 void DbgRecord::moveBefore(self_iterator MoveBefore) { in moveBefore() function in llvm::DbgRecord
239 void BasicBlock::moveBefore(SymbolTableList<BasicBlock>::iterator MovePos) { in moveBefore() function in BasicBlock
386 inline void moveBefore(BasicBlock *MovePos) { in moveBefore() function
674 void MachineBasicBlock::moveBefore(MachineBasicBlock *NewAfter) { in moveBefore() function in MachineBasicBlock
152 void MachineInstr::moveBefore(MachineInstr *MovePos) { in moveBefore() function in MachineInstr
1181 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore() function in MemorySSAUpdater
100 void Instruction::moveBefore(BasicBlock &BB, const BBIterator &WhereIt) { in moveBefore() function in llvm::sandboxir::Instruction
204 void moveBefore(Instruction *Before) { in moveBefore() function
245 void VPRecipeBase::moveBefore(VPBasicBlock &BB, in moveBefore() function in VPRecipeBase
1206 auto moveBefore = [this](BasicBlock::iterator In, BasicBlock::iterator To) { in realignLoadGroup() local