Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h890 struct SchedCandidate { struct
908 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument
909 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() function
923 void setBest(SchedCandidate &Best) { in setBest() argument
H A DVLIWMachineScheduler.h92 struct SchedCandidate { struct
102 SchedCandidate() = default; argument