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

  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 147 /// MinReadyCycle - Cycle of the soonest available instruction.
148 unsigned MinReadyCycle;
160 MinReadyCycle(UINT_MAX), MaxMinLatency(0) {}
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 598 /// MinReadyCycle - Cycle of the soonest available instruction.
599 unsigned MinReadyCycle;

Completed in 61 milliseconds