Searched refs:WPRIdx (Results 1 – 1 of 1) sorted by relevance
959 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables() local960 for( ; WPRIdx != WPREnd; ++WPRIdx) { in GenSchedClassTables()961 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()963 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()967 if (WPRIdx == WPREnd) in GenSchedClassTables()1077 for (unsigned WPRIdx = 1, WPREnd = SchedTables.WriteProcResources.size(); in EmitSchedClassTables() local1078 WPRIdx != WPREnd; ++WPRIdx) { in EmitSchedClassTables()1079 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables()1082 if (WPRIdx + 1 < WPREnd) in EmitSchedClassTables()1084 OS << " // #" << WPRIdx << '\n'; in EmitSchedClassTables()