Searched refs:MaxObservedStall (Results 1 – 4 of 4) sorted by relevance
1853 MaxObservedStall = 0; in reset()1967 MaxObservedStall = std::max(Cycles, MaxObservedStall); in checkHazard()2036 MaxObservedStall = std::max(ReadyCycle - CurrCycle, MaxObservedStall); in releaseNode()
1778 MaxObservedStall = 0; in reset()1881 MaxObservedStall = std::max(PI->Cycles, MaxObservedStall); in checkHazard()1950 MaxObservedStall = std::max(ReadyCycle - CurrCycle, MaxObservedStall); in releaseNode()
644 unsigned MaxObservedStall; variable
681 unsigned MaxObservedStall; variable