Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCSchedule.cpp44 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() local
45 DefIdx != DefEnd; ++DefIdx) { in computeInstrLatency()
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp213 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries; in getLatency() local
214 DefIdx != DefEnd; ++DefIdx) { in getLatency()