Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h370 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
510 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp820 initQueues(TopRoots, BotRoots); in schedule()
898 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMI
1442 initQueues(TopRoots, BotRoots); in schedule()
1603 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMILive
1605 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues()
H A DVLIWMachineScheduler.cpp238 initQueues(TopRoots, BotRoots); in schedule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1901 initQueues(TopRoots, BotRoots); in schedule()