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 470 SchedCandidate &Candidate,
536 SchedCandidate &Candidate) {
591 SchedCandidate BotCand;
609 SchedCandidate TopCand;
648 SchedCandidate TopCand;
659 SchedCandidate BotCand;
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 745 /// Represent the type of SchedCandidate found within a single queue.
786 struct SchedCandidate {
804 SchedCandidate(const CandPolicy &policy)
810 void setBest(SchedCandidate &Best) {
839 void traceCandidate(const SchedCandidate &Cand);
885 void tryCandidate(SchedCandidate &Cand,
886 SchedCandidate &TryCand,
895 SchedCandidate &Candidate);
946 void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand)
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 449 milliseconds