Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h860 struct SchedCandidate { struct
878 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() function
879 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() argument
893 void setBest(SchedCandidate &Best) { in setBest() argument
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h113 struct SchedCandidate { struct
123 SchedCandidate() = default; argument