Searched refs:BlockI (Results 1 – 2 of 2) sorted by relevance
496 BlockI = BlockEnd;497 else if (BlockI != BlockEnd) {512 } while ((*BlockI)->isEHPad() &&533 if (BlockI != BlockEnd)534 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;535 return RHS.BlockI == BlockEnd;547 ++BlockI;548 } while (BlockI != BlockEnd && (*BlockI)->livein_empty());549 if (BlockI == BlockEnd)552 LiveRegI = (*BlockI)->livein_begin();[all …]
2282 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local2283 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()2284 MachineInstr &MI = *BlockI; in collectMergeableInsts()2297 ++BlockI; in collectMergeableInsts()2362 return std::pair(BlockI, Modified); in collectMergeableInsts()