• Home
  • Raw
  • Download

Lines Matching refs:GenericSchedulerBase

2300 void GenericSchedulerBase::SchedCandidate::
2319 void GenericSchedulerBase::setPolicy(CandPolicy &Policy, bool IsPostRA, in setPolicy()
2391 const char *GenericSchedulerBase::getReasonStr( in getReasonStr()
2392 GenericSchedulerBase::CandReason Reason) { in getReasonStr()
2415 void GenericSchedulerBase::traceCandidate(const SchedCandidate &Cand) { in traceCandidate()
2470 GenericSchedulerBase::SchedCandidate &TryCand, in tryLess()
2471 GenericSchedulerBase::SchedCandidate &Cand, in tryLess()
2472 GenericSchedulerBase::CandReason Reason) { in tryLess()
2486 GenericSchedulerBase::SchedCandidate &TryCand, in tryGreater()
2487 GenericSchedulerBase::SchedCandidate &Cand, in tryGreater()
2488 GenericSchedulerBase::CandReason Reason) { in tryGreater()
2501 static bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, in tryLatency()
2502 GenericSchedulerBase::SchedCandidate &Cand, in tryLatency()
2507 TryCand, Cand, GenericSchedulerBase::TopDepthReduce)) in tryLatency()
2511 TryCand, Cand, GenericSchedulerBase::TopPathReduce)) in tryLatency()
2516 TryCand, Cand, GenericSchedulerBase::BotHeightReduce)) in tryLatency()
2520 TryCand, Cand, GenericSchedulerBase::BotPathReduce)) in tryLatency()
2526 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick()
2528 << GenericSchedulerBase::getReasonStr(Reason) << '\n'); in tracePick()
2531 static void tracePick(const GenericSchedulerBase::SchedCandidate &Cand) { in tracePick()
2679 GenericSchedulerBase::SchedCandidate &TryCand, in tryPressure()
2680 GenericSchedulerBase::SchedCandidate &Cand, in tryPressure()
2681 GenericSchedulerBase::CandReason Reason, in tryPressure()