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

/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h774 struct CandPolicy { struct in class:llvm::GenericSchedulerBase
779 CandPolicy(): ReduceLatency(false), ReduceResIdx(0), DemandResIdx(0) {} function in struct:llvm::GenericSchedulerBase::CandPolicy
781 bool operator==(const CandPolicy &RHS) const {
786 bool operator!=(const CandPolicy &RHS) const {
813 CandPolicy Policy;
830 SchedCandidate() { reset(CandPolicy()); }
831 SchedCandidate(const CandPolicy &Policy) { reset(Policy); }
833 void reset(const CandPolicy &NewPolicy) {
868 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,
942 const CandPolicy
[all...]

Completed in 120 milliseconds