A region's boundaries i.e. a pair of instruction bundle iterators. The lower boundary is inclusive, the upper boundary is exclusive.

Synopsis

Declared in <llvm/CodeGen/Rematerializer.h>

using RegionBoundaries = std::pair<MachineBasicBlock::iterator, MachineBasicBlock::iterator>;

Created with MrDocs