Searched refs:OperCycle (Results 1 – 1 of 1) sorted by relevance
459 if (std::optional<unsigned> OperCycle = IID.getOperandCycle(SCClass, Idx)) in computeInstrLatency() local460 Latency = std::max(Latency, *OperCycle); in computeInstrLatency()