Searched refs:WriteProcResources (Results 1 – 1 of 1) sorted by relevance
41 std::vector<MCWriteProcResEntry> WriteProcResources; member49 WriteProcResources.resize(1); in SchedClassTables()904 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables() local959 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables()961 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()963 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()968 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()1007 WriteProcResources.clear(); in GenSchedClassTables()1015 std::sort(WriteProcResources.begin(), WriteProcResources.end(), in GenSchedClassTables()1018 SCDesc.NumWriteProcResEntries = WriteProcResources.size(); in GenSchedClassTables()[all …]