Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MaxObservedStall

1611   MaxObservedStall = 0;
1714 MaxObservedStall = std::max(PI->Cycles, MaxObservedStall);
1783 MaxObservedStall = std::max(ReadyCycle - CurrCycle, MaxObservedStall);
2087 // assert(i <= (HazardRec->getMaxLookAhead() + MaxObservedStall) &&