Searched refs:getFirstNonDebugInstr (Results 1 – 7 of 7) sorted by relevance
779 iterator getFirstNonDebugInstr(bool SkipPseudoOp = true);780 const_iterator getFirstNonDebugInstr(bool SkipPseudoOp = true) const {781 return const_cast<MachineBasicBlock *>(this)->getFirstNonDebugInstr(
1220 return MBB->getFirstNonDebugInstr(true) == MBB->end(); in IsEmptyBlock()1226 MachineBasicBlock::iterator I = MBB->getFirstNonDebugInstr(); in IsBranchOnlyBlock()1524 MachineInstr &TailCall = *MBB->getFirstNonDebugInstr(); in OptimizeBlock()
686 MachineBasicBlock::iterator I = TailBB->getFirstNonDebugInstr(true); in isSimpleBB()
1837 MachineBasicBlock::iterator DI1 = MBB1.getFirstNonDebugInstr(false); in IfConvertDiamondCommon()1838 MachineBasicBlock::iterator DI2 = MBB2.getFirstNonDebugInstr(false); in IfConvertDiamondCommon()
261 MachineBasicBlock::getFirstNonDebugInstr(bool SkipPseudoOp) { in getFirstNonDebugInstr() function in MachineBasicBlock
1327 auto FirstNonDebugInstr = MBB->getFirstNonDebugInstr(); in addThroughConstraints()
11954 auto I = Exit->getFirstNonDebugInstr(); in getPrefLoopAlignment()11968 BuildMI(*Exit, Exit->getFirstNonDebugInstr(), DebugLoc(), in getPrefLoopAlignment()