Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h115 struct SchedCandidate { struct
125 SchedCandidate(): SU(nullptr), SCost(0) {} in SchedCandidate() argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h785 struct SchedCandidate { struct
803 SchedCandidate(const CandPolicy &policy) in SchedCandidate() argument
809 void setBest(SchedCandidate &Best) { in setBest() argument
838 void traceCandidate(const SchedCandidate &Cand); argument