Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h124 std::unique_ptr<SchedulerStrategy> SelectStrategy) in Scheduler() argument
126 std::move(SelectStrategy)) {} in Scheduler()
129 std::unique_ptr<SchedulerStrategy> SelectStrategy) in Scheduler() argument
131 initializeStrategy(std::move(SelectStrategy)); in Scheduler()