Lines Matching refs:CurrCycle
1670 CurrCycle = 0; in reset()
1736 if (ReadyCycle > CurrCycle) in getLatencyStallCycles()
1737 return ReadyCycle - CurrCycle; in getLatencyStallCycles()
1785 if (NRCycle > CurrCycle) { in checkHazard()
1855 if (ReadyCycle > CurrCycle) in releaseNode()
1856 MaxObservedStall = std::max(ReadyCycle - CurrCycle, MaxObservedStall); in releaseNode()
1865 if ((!IsBuffered && ReadyCycle > CurrCycle) || checkHazard(SU)) in releaseNode()
1896 unsigned DecMOps = SchedModel->getIssueWidth() * (NextCycle - CurrCycle); in bumpCycle()
1900 if ((NextCycle - CurrCycle) > DependentLatency) in bumpCycle()
1903 DependentLatency -= (NextCycle - CurrCycle); in bumpCycle()
1907 CurrCycle = NextCycle; in bumpCycle()
1911 for (; CurrCycle != NextCycle; ++CurrCycle) { in bumpCycle()
1924 DEBUG(dbgs() << "Cycle: " << CurrCycle << ' ' << Available.getName() << '\n'); in bumpCycle()
1962 if (NextAvailable > CurrCycle) { in countResource()
1992 unsigned NextCycle = CurrCycle; in bumpNode()
1995 assert(ReadyCycle <= CurrCycle && "Broken PendingQueue"); in bumpNode()
2075 if (NextCycle > CurrCycle) { in bumpNode()
2093 << " at cycle " << CurrCycle << '\n'); in bumpNode()
2116 if (!IsBuffered && ReadyCycle > CurrCycle) in releasePending()
2163 bumpCycle(CurrCycle + 1); in pickOnlyChoice()
2186 dbgs() << Available.getName() << " @" << CurrCycle << "c\n" in dumpScheduledState()