Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h367 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
504 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp788 initQueues(TopRoots, BotRoots); in schedule()
866 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMI
1234 initQueues(TopRoots, BotRoots); in schedule()
1395 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMILive
1397 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues()
H A DVLIWMachineScheduler.cpp238 initQueues(TopRoots, BotRoots); in schedule()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1901 initQueues(TopRoots, BotRoots); in schedule()