Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h378 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
518 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1098 initQueues(TopRoots, BotRoots); in schedule()
1177 void ScheduleDAGMI::initQueues(ArrayRef<SUnit *> TopRoots, in initQueues() function in ScheduleDAGMI
1730 initQueues(TopRoots, BotRoots); in schedule()
1892 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMILive
1894 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues()
H A DVLIWMachineScheduler.cpp238 initQueues(TopRoots, BotRoots); in schedule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1881 initQueues(TopRoots, BotRoots); in schedule()