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

  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 52 const InstrStage *E = ItinData->endStage(idx);
135 *E = ItinData->endStage(idx); IS != E; ++IS) {
195 *E = ItinData->endStage(idx); IS != E; ++IS) {
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 149 /// endStage - Return the last+1 stage of the itinerary.
151 const InstrStage *endStage(unsigned ItinClassIndx) const {
175 *E = endStage(ItinClassIndx); IS != E; ++IS) {

Completed in 53 milliseconds