HomeSort by relevance Sort by last modified time
    Searched defs:SchedCandidate (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 113 struct SchedCandidate {
123 SchedCandidate(): SU(nullptr), SCost(0) {}
125 /// Represent the type of SchedCandidate found within a single queue.
229 SUnit *SU, SchedCandidate &Candidate,
234 SchedCandidate &Candidate);
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 744 /// Represent the type of SchedCandidate found within a single queue.
785 struct SchedCandidate {
803 SchedCandidate(const CandPolicy &policy)
809 void setBest(SchedCandidate &Best) {
838 void traceCandidate(const SchedCandidate &Cand);
884 void tryCandidate(SchedCandidate &Cand,
885 SchedCandidate &TryCand,
894 SchedCandidate &Candidate);
945 void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand)
    [all...]

Completed in 4471 milliseconds