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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h359 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
500 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp770 initQueues(TopRoots, BotRoots);
848 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots, function in class:ScheduleDAGMI
1218 initQueues(TopRoots, BotRoots);
1379 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots, function in class:ScheduleDAGMILive
1381 ScheduleDAGMI::initQueues(TopRoots, BotRoots);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp222 initQueues(TopRoots, BotRoots);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1935 initQueues(TopRoots, BotRoots);

Completed in 181 milliseconds