Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1373 for (unsigned RAIdx = 1, RAEnd = SchedTables.ReadAdvanceEntries.size(); in emitSchedClassTables() local
1374 RAIdx != RAEnd; ++RAIdx) { in emitSchedClassTables()
1379 if (RAIdx + 1 < RAEnd) in emitSchedClassTables()