enum ConvergingVLIWScheduler::CandResult
Description
Represent the type of SchedCandidate found within a single queue.
Declared at: llvm/include/llvm/CodeGen/VLIWMachineScheduler.h:105
Enumerators
Name | Value | Comment |
---|---|---|
NoCand | 0 | |
NodeOrder | 1 | |
SingleExcess | 2 | |
SingleCritical | 3 | |
SingleMax | 4 | |
MultiPressure | 5 | |
BestCost | 6 | |
Weak | 7 |