Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h459 if (std::optional<unsigned> OperCycle = IID.getOperandCycle(SCClass, Idx)) in computeInstrLatency() local
460 Latency = std::max(Latency, *OperCycle); in computeInstrLatency()