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

/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DSubtargetEmitter.cpp1037 for (unsigned RAIdx = 1, RAEnd = SchedTables.ReadAdvanceEntries.size();
1038 RAIdx != RAEnd; ++RAIdx) {
1039 MCReadAdvanceEntry &RAEntry = SchedTables.ReadAdvanceEntries[RAIdx];
1043 if (RAIdx + 1 < RAEnd)
1045 OS << " // #" << RAIdx << '\n'; local

Completed in 122 milliseconds