enum ConvergingVLIWScheduler::CandResult

Description

Represent the type of SchedCandidate found within a single queue.

Declared at: llvm/include/llvm/CodeGen/VLIWMachineScheduler.h:105

Enumerators

NameValueComment
NoCand0
NodeOrder1
SingleExcess2
SingleCritical3
SingleMax4
MultiPressure5
BestCost6
Weak7