Searched refs:setPolicy (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp187 setPolicy(BotPolicy, /*IsPostRA=*/false, Bot, &Top);
191 setPolicy(TopPolicy, /*IsPostRA=*/false, Top, &Bot);
/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, function in class:GenericSchedulerBase
3192 setPolicy(BotPolicy, /*IsPostRA=*/false, Bot, &Top);
3196 setPolicy(TopPolicy, /*IsPostRA=*/false, Top, &Bot);
3477 setPolicy(TopCand.Policy, /*IsPostRA=*/true, Top, nullptr);

Completed in 69 milliseconds