HomeSort by relevance Sort by last modified time
    Searched refs:SchedCandidate (Results 1 - 4 of 4) 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);
HexagonMachineScheduler.cpp 475 SchedCandidate &Candidate,
541 SchedCandidate &Candidate) {
596 SchedCandidate BotCand;
614 SchedCandidate TopCand;
653 SchedCandidate TopCand;
664 SchedCandidate BotCand;
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 754 /// Represent the type of SchedCandidate found within a single queue.
795 struct SchedCandidate {
813 SchedCandidate(const CandPolicy &policy)
819 void setBest(SchedCandidate &Best) {
848 void traceCandidate(const SchedCandidate &Cand);
896 void tryCandidate(SchedCandidate &Cand,
897 SchedCandidate &TryCand,
906 SchedCandidate &Candidate);
957 void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand)
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 2226 milliseconds