Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineScheduler.h367 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
504 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineScheduler.cpp794 initQueues(TopRoots, BotRoots); in schedule()
872 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMI
1240 initQueues(TopRoots, BotRoots); in schedule()
1401 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMILive
1403 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues()
DVLIWMachineScheduler.cpp238 initQueues(TopRoots, BotRoots); in schedule()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1901 initQueues(TopRoots, BotRoots); in schedule()