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 174 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle;
175 if ((FirstIdx + OperandIdx) >= LastIdx)
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 537 SlotIndex LastIdx;
551 if (Idx == LastIdx)
553 LastIdx = Idx;
    [all...]

Completed in 112 milliseconds