Home
last modified time | relevance | path

Searched defs:VLIWSchedBoundary (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h127 struct VLIWSchedBoundary { struct
150 VLIWSchedBoundary(unsigned ID, const Twine &Name) in VLIWSchedBoundary() argument
155 VLIWSchedBoundary &operator=(const VLIWSchedBoundary &other) = delete; argument
158 void init(VLIWMachineScheduler *dag, const TargetSchedModel *smodel) { in init()
185 bool isTop() const { in isTop()
215 VLIWSchedBoundary Top; argument