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

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h142 /// beginStage - Return the first stage of the itinerary.
144 const InstrStage *beginStage(unsigned ItinClassIndx) const { function in class:llvm::InstrItineraryData
169 for (const InstrStage *IS = beginStage(ItinClassIndx),

Completed in 73 milliseconds