Searched refs:WPRIdx (Results 1 – 1 of 1) sorted by relevance
1240 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables() local1241 for (; WPRIdx != WPREnd; ++WPRIdx) { in GenSchedClassTables()1242 if (WriteProcResources[WPRIdx].ProcResourceIdx == in GenSchedClassTables()1253 WriteProcResources[WPRIdx].ReleaseAtCycle += in GenSchedClassTables()1258 if (WPRIdx == WPREnd) in GenSchedClassTables()1363 for (unsigned WPRIdx = 1, WPREnd = SchedTables.WriteProcResources.size(); in EmitSchedClassTables() local1364 WPRIdx != WPREnd; ++WPRIdx) { in EmitSchedClassTables()1365 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables()1369 if (WPRIdx + 1 < WPREnd) in EmitSchedClassTables()1371 OS << " // #" << WPRIdx << '\n'; in EmitSchedClassTables()