Searched refs:StartCycle (Results 1 – 1 of 1) sorted by relevance
158 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local161 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()162 StartCycle += IS->getNextCycles(); in getStageLatency()