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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 363 void updateQueues(SUnit *SU, bool IsTopNode);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 239 updateQueues(SU, IsTopNode);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 820 // This sets the scheduled node's ReadyCycle to CurrCycle. When updateQueues
825 updateQueues(SU, IsTopNode);
895 void ScheduleDAGMI::updateQueues(SUnit *SU, bool IsTopNode) {
1261 updateQueues(SU, IsTopNode);

Completed in 30 milliseconds