Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrItineraries.h191 unsigned FirstUseIdx = Itineraries[UseClass].FirstOperandCycle; in hasPipelineForwarding() local
193 if ((FirstUseIdx + UseIdx) >= LastUseIdx) in hasPipelineForwarding()
197 Forwardings[FirstUseIdx + UseIdx]; in hasPipelineForwarding()