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.h522 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),
525 BlockI = BlockEnd;
526 else if (BlockI != BlockEnd) {
527 LiveRegI = (*BlockI)->livein_begin();
541 } while ((*BlockI)->isEHPad() &&
562 if (BlockI != BlockEnd)
563 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;
564 return RHS.BlockI == BlockEnd;
572 if (LiveRegI != (*BlockI)->livein_end())
576 ++BlockI;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp2255 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local
2256 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()
2257 MachineInstr &MI = *BlockI; in collectMergeableInsts()
2270 ++BlockI; in collectMergeableInsts()
2335 return {BlockI, Modified}; in collectMergeableInsts()