Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h471 ExceptionSelector(ExceptionSelector), BlockI(MBB.succ_begin()),
474 BlockI = BlockEnd;
475 else if (BlockI != BlockEnd) {
476 LiveRegI = (*BlockI)->livein_begin();
490 } while ((*BlockI)->isEHPad() &&
511 if (BlockI != BlockEnd)
512 return BlockI == RHS.BlockI && LiveRegI == RHS.LiveRegI;
513 return RHS.BlockI == BlockEnd;
521 if (LiveRegI != (*BlockI)->livein_end())
525 ++BlockI;
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp2240 MachineBasicBlock::iterator BlockI = Begin; in collectMergeableInsts() local
2241 for (; BlockI != End; ++BlockI) { in collectMergeableInsts()
2242 MachineInstr &MI = *BlockI; in collectMergeableInsts()
2255 ++BlockI; in collectMergeableInsts()
2320 return std::pair(BlockI, Modified); in collectMergeableInsts()