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

/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h113 struct SchedCandidate { struct in class:llvm::ConvergingVLIWScheduler
123 SchedCandidate(): SU(nullptr), SCost(0) {} function in struct:llvm::ConvergingVLIWScheduler::SchedCandidate
125 /// Represent the type of SchedCandidate found within a single queue.
229 SUnit *SU, SchedCandidate &Candidate,
234 SchedCandidate &Candidate);
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h754 /// Represent the type of SchedCandidate found within a single queue.
795 struct SchedCandidate { struct in class:llvm::GenericSchedulerBase
813 SchedCandidate(const CandPolicy &policy) function in struct:llvm::GenericSchedulerBase::SchedCandidate
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
[all...]

Completed in 133 milliseconds