HomeSort by: relevance | last modified time | path
    Searched defs:SchedCandidate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 113 struct SchedCandidate {
123 SchedCandidate() = default;
125 /// Represent the type of SchedCandidate found within a single queue.
258 SUnit *SU, SchedCandidate &Candidate,
263 SchedCandidate &Candidate);
269 SchedCandidate &Candidate, ReadyQueue &Q);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 810 /// Represent the type of SchedCandidate found within a single queue.
860 struct SchedCandidate {
878 SchedCandidate() { reset(CandPolicy()); }
879 SchedCandidate(const CandPolicy &Policy) { reset(Policy); }
893 void setBest(SchedCandidate &Best) {
919 void traceCandidate(const SchedCandidate &Cand);
929 GenericSchedulerBase::SchedCandidate &TryCand,
930 GenericSchedulerBase::SchedCandidate &Cand,
933 GenericSchedulerBase::SchedCandidate &TryCand,
934 GenericSchedulerBase::SchedCandidate &Cand
    [all...]

Completed in 16 milliseconds