Searched refs:WPREntry (Results 1 – 1 of 1) sorted by relevance
951 MCWriteProcResEntry WPREntry; in GenSchedClassTables() local952 WPREntry.ProcResourceIdx = ProcModel.getProcResourceIdx(PRVec[PRIdx]); in GenSchedClassTables()953 assert(WPREntry.ProcResourceIdx && "Bad ProcResourceIdx"); in GenSchedClassTables()954 WPREntry.Cycles = Cycles[PRIdx]; in GenSchedClassTables()962 == WPREntry.ProcResourceIdx) { in GenSchedClassTables()963 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()968 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()1079 MCWriteProcResEntry &WPREntry = SchedTables.WriteProcResources[WPRIdx]; in EmitSchedClassTables() local1080 OS << " {" << format("%2d", WPREntry.ProcResourceIdx) << ", " in EmitSchedClassTables()1081 << format("%2d", WPREntry.Cycles) << "}"; in EmitSchedClassTables()