Searched refs:WriteProcResources (Results 1 – 1 of 1) sorted by relevance
39 std::vector<MCWriteProcResEntry> WriteProcResources; member47 WriteProcResources.resize(1); in SchedClassTables()909 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables() local964 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables()966 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()968 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()973 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()1012 WriteProcResources.clear(); in GenSchedClassTables()1020 std::sort(WriteProcResources.begin(), WriteProcResources.end(), in GenSchedClassTables()1023 SCDesc.NumWriteProcResEntries = WriteProcResources.size(); in GenSchedClassTables()[all …]