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

  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 175 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle;
176 if ((FirstIdx + OperandIdx) >= LastIdx)
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 507 SlotIndex LastIdx;
521 if (Idx == LastIdx)
523 LastIdx = Idx;
    [all...]

Completed in 74 milliseconds