Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h443 BlockI = BlockEnd;
444 else if (BlockI != BlockEnd) {
459 } while ((*BlockI)->isEHPad() &&
480 if (BlockI != BlockEnd)
481 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;
482 return RHS.BlockI == BlockEnd;
494 ++BlockI;
495 } while (BlockI != BlockEnd && (*BlockI)->livein_empty());
496 if (BlockI == BlockEnd)
499 LiveRegI = (*BlockI)->livein_begin();
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp2145 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local
2146 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()
2147 MachineInstr &MI = *BlockI; in collectMergeableInsts()
2160 ++BlockI; in collectMergeableInsts()
2225 return std::make_pair(BlockI, Modified); in collectMergeableInsts()