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