Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h433 BlockI = BlockEnd;
434 else if (BlockI != BlockEnd) {
449 } while ((*BlockI)->isEHPad() &&
470 if (BlockI != BlockEnd)
471 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;
472 return RHS.BlockI == BlockEnd;
484 ++BlockI;
485 } while (BlockI != BlockEnd && (*BlockI)->livein_empty());
486 if (BlockI == BlockEnd)
489 LiveRegI = (*BlockI)->livein_begin();
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1993 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local
1994 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()
1995 MachineInstr &MI = *BlockI; in collectMergeableInsts()
2008 ++BlockI; in collectMergeableInsts()
2057 return std::make_pair(BlockI, Modified); in collectMergeableInsts()