Searched refs:getLastNonDebugInstr (Results 1 – 25 of 39) sorted by relevance
12
61 I != ReturnMBB.getLastNonDebugInstr()) in processBlock()71 for (MachineBasicBlock::iterator J = Pred->getLastNonDebugInstr();;) { in processBlock()
156 I = MBB->getLastNonDebugInstr(); in verifyCTRBranch()
1929 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()1940 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()1944 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()1948 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()1959 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()1963 MBBI = MBB.getLastNonDebugInstr(); in createTailCallBranchInstr()
338 NewSuccessor = (MBBI != MBB->getLastNonDebugInstr() || !MBB->canFallThrough()) in reorganizeBlockLayout()
369 auto Last = MBB->getLastNonDebugInstr(); in getLiveInUses()494 auto Last = MBB->getLastNonDebugInstr(); in isRegDefinedAfter()513 auto Last = MBB->getLastNonDebugInstr(); in isReachingDefLiveOut()534 auto Last = MBB->getLastNonDebugInstr(); in getLocalLiveOutMIDef()
293 MachineBasicBlock::const_iterator I = MBB.getLastNonDebugInstr(false); in HashEndOfMBB()1246 MachineBasicBlock::iterator MBB1I = MBB1->getLastNonDebugInstr(); in IsBetterFallthrough()1247 MachineBasicBlock::iterator MBB2I = MBB2->getLastNonDebugInstr(); in IsBetterFallthrough()1262 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in getBranchDebugLoc()
530 MachineBasicBlock::iterator Last = MBB.getLastNonDebugInstr(); in relaxBranchInstructions()
621 MachineBasicBlock::const_iterator I = MBB.getLastNonDebugInstr(); in guessSuccessors()
195 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in analyzeBranch()309 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in removeBranch()
346 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
177 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
144 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in restoreStatusRegister()174 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
884 iterator getLastNonDebugInstr(bool SkipPseudoOp = true);885 const_iterator getLastNonDebugInstr(bool SkipPseudoOp = true) const {886 return const_cast<MachineBasicBlock *>(this)->getLastNonDebugInstr(
112 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
289 MachineBasicBlock::iterator CondBr = PredMBB->getLastNonDebugInstr(); in optimizeBlock()
257 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in removeBranch()
396 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
149 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in analyzeBranch()
217 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
229 MachineBasicBlock::iterator I = MBB.getLastNonDebugInstr(); in analyzeBranch()
703 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()1283 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
442 auto I = MBB.getLastNonDebugInstr(); in emitBasicBlockEnd()
797 MachineBasicBlock::iterator It = Pred.getLastNonDebugInstr(); in RepairingPlacement()
627 MBBI = MBB.getLastNonDebugInstr(); in emitEpilogue()
750 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr(); in emitInterruptEpilogueStub()