Searched refs:IsPostRA (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h904 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2557 void GenericSchedulerBase::setPolicy(CandPolicy &Policy, bool IsPostRA, argument
2583 (IsPostRA || shouldReduceLatency(Policy, CurrZone, !RemLatencyComputed,
3192 setPolicy(BotPolicy, /*IsPostRA=*/false, Bot, &Top);
3196 setPolicy(TopPolicy, /*IsPostRA=*/false, Top, &Bot);
3477 setPolicy(TopCand.Policy, /*IsPostRA=*/true, Top, nullptr);

Completed in 102 milliseconds