Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineScheduler.h846 struct SchedCandidate { struct
864 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument
865 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() argument
879 void setBest(SchedCandidate &Best) { in setBest() argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonMachineScheduler.h113 struct SchedCandidate { struct
123 SchedCandidate() = default; argument