Home
last modified time | relevance | path

Searched refs:BlockI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h548 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),
551 BlockI = BlockEnd;
552 else if (BlockI != BlockEnd) {
553 LiveRegI = (*BlockI)->livein_begin();
567 } while ((*BlockI)->isEHPad() &&
588 if (BlockI != BlockEnd)
589 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;
590 return RHS.BlockI == BlockEnd;
598 if (LiveRegI != (*BlockI)->livein_end())
602 ++BlockI;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp2325 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local
2326 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()
2327 MachineInstr &MI = *BlockI; in collectMergeableInsts()
2340 ++BlockI; in collectMergeableInsts()
2405 return {BlockI, Modified}; in collectMergeableInsts()