Searched refs:WriteProcResources (Results 1 – 1 of 1) sorted by relevance
46 std::vector<MCWriteProcResEntry> WriteProcResources; member54 WriteProcResources.resize(1); in SchedClassTables()889 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables() local943 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables()945 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()947 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()952 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()990 WriteProcResources.clear(); in GenSchedClassTables()998 std::sort(WriteProcResources.begin(), WriteProcResources.end(), in GenSchedClassTables()1001 SCDesc.NumWriteProcResEntries = WriteProcResources.size(); in GenSchedClassTables()[all …]