Home
last modified time | relevance | path

Searched refs:SelectStrategy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h162 std::unique_ptr<SchedulerStrategy> SelectStrategy) in Scheduler() argument
164 std::move(SelectStrategy)) {} in Scheduler()
167 std::unique_ptr<SchedulerStrategy> SelectStrategy) in Scheduler() argument
170 initializeStrategy(std::move(SelectStrategy)); in Scheduler()