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.h370 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
510 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.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()
H A DVLIWMachineScheduler.cpp238 initQueues(TopRoots, BotRoots); in schedule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1893 initQueues(TopRoots, BotRoots); in schedule()