Home
last modified time | relevance | path

Searched refs:StartCycle (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstrItineraries.h159 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
162 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
163 StartCycle += IS->getNextCycles(); in getStageLatency()