Searched refs:WPREnd (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1135 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); local
1136 for( ; WPRIdx != WPREnd; ++WPRIdx) {
1143 if (WPRIdx == WPREnd)
1251 for (unsigned WPRIdx = 1, WPREnd = SchedTables.WriteProcResources.size();
1252 WPRIdx != WPREnd; ++WPRIdx) {
1256 if (WPRIdx + 1 < WPREnd)

Completed in 50 milliseconds