Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h113 struct SchedCandidate { struct
123 SchedCandidate() = default; argument