HomeSort by relevance Sort by last modified time
    Searched refs:startNewCycle (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 84 bool startNewCycle = false;
98 startNewCycle = true;
134 startNewCycle = true;
137 return startNewCycle;
330 bool startNewCycle = false;
343 startNewCycle = ResourceModel->reserveResources(SU);
348 if (startNewCycle) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 139 bool startNewCycle = false;
154 startNewCycle = true;
184 return startNewCycle;
390 bool startNewCycle = false;
403 startNewCycle = ResourceModel->reserveResources(SU, isTop());
408 if (startNewCycle) {
    [all...]

Completed in 196 milliseconds