Searched refs:WriteProcResources (Results 1 – 1 of 1) sorted by relevance
39 std::vector<MCWriteProcResEntry> WriteProcResources; member47 WriteProcResources.resize(1); in SchedClassTables()921 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables() local976 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables()978 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()980 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()985 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()1024 WriteProcResources.clear(); in GenSchedClassTables()1032 std::sort(WriteProcResources.begin(), WriteProcResources.end(), in GenSchedClassTables()1035 SCDesc.NumWriteProcResEntries = WriteProcResources.size(); in GenSchedClassTables()[all …]