Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h371 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
512 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp781 initQueues(TopRoots, BotRoots); in schedule()
859 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMI
1231 initQueues(TopRoots, BotRoots); in schedule()
1392 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, in initQueues() function in ScheduleDAGMILive
1394 ScheduleDAGMI::initQueues(TopRoots, BotRoots); in initQueues()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp221 initQueues(TopRoots, BotRoots); in schedule()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1943 initQueues(TopRoots, BotRoots); in schedule()