Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MaxObservedStall

1684   MaxObservedStall = 0;
1787 MaxObservedStall = std::max(PI->Cycles, MaxObservedStall);
1856 MaxObservedStall = std::max(ReadyCycle - CurrCycle, MaxObservedStall);
2160 // assert(i <= (HazardRec->getMaxLookAhead() + MaxObservedStall) &&