Searched refs:BlockI (Results 1 – 2 of 2) sorted by relevance
471 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),474 BlockI = BlockEnd;475 else if (BlockI != BlockEnd) {476 LiveRegI = (*BlockI)->livein_begin();490 } while ((*BlockI)->isEHPad() &&511 if (BlockI != BlockEnd)512 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;513 return RHS.BlockI == BlockEnd;521 if (LiveRegI != (*BlockI)->livein_end())525 ++BlockI;[all …]
2240 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local2241 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()2242 MachineInstr &MI = *BlockI; in collectMergeableInsts()2255 ++BlockI; in collectMergeableInsts()2320 return std::pair(BlockI, Modified); in collectMergeableInsts()