Lines Matching refs:CurrCycle
1764 CurrCycle = 0; in reset()
1830 if (ReadyCycle > CurrCycle) in getLatencyStallCycles()
1831 return ReadyCycle - CurrCycle; in getLatencyStallCycles()
1879 if (NRCycle > CurrCycle) { in checkHazard()
1949 if (ReadyCycle > CurrCycle) in releaseNode()
1950 MaxObservedStall = std::max(ReadyCycle - CurrCycle, MaxObservedStall); in releaseNode()
1959 if ((!IsBuffered && ReadyCycle > CurrCycle) || checkHazard(SU) || in releaseNode()
1991 unsigned DecMOps = SchedModel->getIssueWidth() * (NextCycle - CurrCycle); in bumpCycle()
1995 if ((NextCycle - CurrCycle) > DependentLatency) in bumpCycle()
1998 DependentLatency -= (NextCycle - CurrCycle); in bumpCycle()
2002 CurrCycle = NextCycle; in bumpCycle()
2005 for (; CurrCycle != NextCycle; ++CurrCycle) { in bumpCycle()
2018 DEBUG(dbgs() << "Cycle: " << CurrCycle << ' ' << Available.getName() << '\n'); in bumpCycle()
2056 if (NextAvailable > CurrCycle) { in countResource()
2086 unsigned NextCycle = CurrCycle; in bumpNode()
2089 assert(ReadyCycle <= CurrCycle && "Broken PendingQueue"); in bumpNode()
2169 if (NextCycle > CurrCycle) { in bumpNode()
2186 << " at cycle " << CurrCycle << '\n'); in bumpNode()
2209 if (!IsBuffered && ReadyCycle > CurrCycle) in releasePending()
2258 bumpCycle(CurrCycle + 1); in pickOnlyChoice()
2284 dbgs() << Available.getName() << " @" << CurrCycle << "c\n" in dumpScheduledState()