LLVM: llvm::SchedRegion Struct Reference (original) (raw)
A region of an MBB for scheduling. More...
#include "[llvm/CodeGen/MachineScheduler.h](MachineScheduler%5F8h%5Fsource.html)"
A region of an MBB for scheduling.
Definition at line 222 of file MachineScheduler.h.
◆ NumRegionInstrs
unsigned llvm::SchedRegion::NumRegionInstrs
◆ RegionBegin
RegionBegin is the first instruction in the scheduling region, and RegionEnd is either MBB->end() or the scheduling boundary after the last instruction in the scheduling region.
These iterators cannot refer to instructions outside of the identified scheduling region because those may be reordered before scheduling this region.
Definition at line 228 of file MachineScheduler.h.
Referenced by SchedRegion().
◆ RegionEnd
The documentation for this struct was generated from the following file:
- include/llvm/CodeGen/MachineScheduler.h