HomeSort by: relevance | last modified time | path
    Searched refs:initQueues (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 360 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
501 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 787 initQueues(TopRoots, BotRoots);
865 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots,
1235 initQueues(TopRoots, BotRoots);
1396 void ScheduleDAGMILive::initQueues(ArrayRef<SUnit*> TopRoots,
1398 ScheduleDAGMI::initQueues(TopRoots, BotRoots);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 222 initQueues(TopRoots, BotRoots);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 1915 initQueues(TopRoots, BotRoots);

Completed in 22 milliseconds