Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h329 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
464 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp700 initQueues(TopRoots, BotRoots); in schedule()
781 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMI
1102 initQueues(TopRoots, BotRoots); in schedule()
1263 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMILive
1265 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp179 initQueues(TopRoots, BotRoots); in schedule()
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1800 initQueues(TopRoots, BotRoots); in schedule()