Searched defs:LastStage (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h101 unsigned LastStage; ///< Index of last + 1 stage in itinerary member in struct:llvm::InstrItinerary
139 (Itineraries[ItinClassIndx].LastStage == ~0U));
152 unsigned StageIdx = Itineraries[ItinClassIndx].LastStage;

Completed in 135 milliseconds