Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineScheduler.h370 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
510 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineScheduler.cpp856 initQueues(TopRoots, BotRoots); in schedule()
934 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMI
1480 initQueues(TopRoots, BotRoots); in schedule()
1641 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMILive
1643 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues()
HDVLIWMachineScheduler.cpp238 initQueues(TopRoots, BotRoots); in schedule()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIMachineScheduler.cpp1893 initQueues(TopRoots, BotRoots); in schedule()