Searched refs:getFirstNonDebugInstr (Results 1 – 7 of 7) sorted by relevance
775 iterator getFirstNonDebugInstr(bool SkipPseudoOp = true);776 const_iterator getFirstNonDebugInstr(bool SkipPseudoOp = true) const {777 return const_cast<MachineBasicBlock *>(this)->getFirstNonDebugInstr(
1220 return MBB->getFirstNonDebugInstr(true) == MBB->end(); in IsEmptyBlock()1226 MachineBasicBlock::iterator I = MBB->getFirstNonDebugInstr(); in IsBranchOnlyBlock()1514 MachineInstr &TailCall = *MBB->getFirstNonDebugInstr(); in OptimizeBlock()
691 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
1346 auto FirstNonDebugInstr = MBB->getFirstNonDebugInstr(); in addThroughConstraints()
11932 auto I = Exit->getFirstNonDebugInstr(); in getPrefLoopAlignment()11946 BuildMI(*Exit, Exit->getFirstNonDebugInstr(), DebugLoc(), in getPrefLoopAlignment()