Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h496 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp2282 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local
2283 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()
2284 MachineInstr &MI = *BlockI; in collectMergeableInsts()
2297 ++BlockI; in collectMergeableInsts()
2362 return std::pair(BlockI, Modified); in collectMergeableInsts()