Searched refs:BeforeI (Results 1 – 5 of 5) sorted by relevance
452 MachineBasicBlock::iterator BeforeI = MI; in restoreCalleeSavedRegisters() local454 --BeforeI; in restoreCalleeSavedRegisters()470 MI = BeforeI; in restoreCalleeSavedRegisters()
106 Instruction *BeforeI = Intvl.bottom(); in getTopMemDGNode() local108 while (!DGNode::isMemDepNodeCandidate(I) && I != BeforeI) in getTopMemDGNode()
125 void Instruction::insertBefore(Instruction *BeforeI) { in insertBefore() argument126 llvm::Instruction *BeforeTopI = BeforeI->getTopmostLLVMInstruction(); in insertBefore()143 Instruction *BeforeI; in insertInto() local145 BeforeI = &*WhereIt; in insertInto()146 LLVMBeforeI = BeforeI->getTopmostLLVMInstruction(); in insertInto()149 BeforeI = nullptr; in insertInto()
2620 MachineBasicBlock::iterator I = MI, BeforeI = I; in restoreCalleeSavedRegisters() local2624 --BeforeI; in restoreCalleeSavedRegisters()2707 I = BeforeI; in restoreCalleeSavedRegisters()
196 LLVM_ABI void insertBefore(Instruction *BeforeI);