Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1357 for (unsigned WLIdx = 1, WLEnd = SchedTables.WriteLatencies.size(); in emitSchedClassTables() local
1358 WLIdx != WLEnd; ++WLIdx) { in emitSchedClassTables()
1362 if (WLIdx + 1 < WLEnd) in emitSchedClassTables()