Searched refs:WriteProcResources (Results 1 – 1 of 1) sorted by relevance
49 std::vector<MCWriteProcResEntry> WriteProcResources; member57 WriteProcResources.resize(1); in SchedClassTables()1061 std::vector<MCWriteProcResEntry> WriteProcResources; in GenSchedClassTables() local1133 unsigned WPRIdx = 0, WPREnd = WriteProcResources.size(); in GenSchedClassTables()1135 if (WriteProcResources[WPRIdx].ProcResourceIdx in GenSchedClassTables()1137 WriteProcResources[WPRIdx].Cycles += WPREntry.Cycles; in GenSchedClassTables()1142 WriteProcResources.push_back(WPREntry); in GenSchedClassTables()1180 WriteProcResources.clear(); in GenSchedClassTables()1188 llvm::sort(WriteProcResources, LessWriteProcResources()); in GenSchedClassTables()1190 SCDesc.NumWriteProcResEntries = WriteProcResources.size(); in GenSchedClassTables()[all …]