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 53 const InstrStage *E = ItinData->endStage(idx);
136 *E = ItinData->endStage(idx); IS != E; ++IS) {
196 *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 {
170 *E = endStage(ItinClassIndx); IS != E; ++IS) {

Completed in 419 milliseconds