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

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp976 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); local
977 for( ; WPRIdx != WPREnd; ++WPRIdx) {
984 if (WPRIdx == WPREnd)
1094 for (unsigned WPRIdx = 1, WPREnd = SchedTables.WriteProcResources.size();
1095 WPRIdx != WPREnd; ++WPRIdx) {
1099 if (WPRIdx + 1 < WPREnd)

Completed in 102 milliseconds