Searched refs:LoadGroups (Results 1 – 2 of 2) sorted by relevance
959 MoveList LoadGroups; in createLoadGroups() local964 if (LoadGroups.empty() || !tryAddTo(Info, LoadGroups.back())) in createLoadGroups()975 return LoadGroups; in createLoadGroups()1568 MoveList LoadGroups, StoreGroups; in run() local1576 dbgs() << "\nLoad groups(" << LoadGroups.size() << "):\n"; in run()1577 for (const MoveGroup &G : LoadGroups) in run()1589 if (LoadGroups.size() > CountLimit) { in run()1590 LoadGroups.resize(CountLimit); in run()1593 unsigned StoreLimit = CountLimit - LoadGroups.size(); in run()1598 for (auto &M : LoadGroups) in run()[all …]
1161 SmallSetVector<InterleaveGroup<Instruction> *, 4> LoadGroups; in analyzeInterleaving() local1196 LoadGroups.insert(GroupB); in analyzeInterleaving()1247 if (GroupB && LoadGroups.contains(GroupB)) in analyzeInterleaving()1268 if (GroupB && LoadGroups.contains(GroupB)) { in analyzeInterleaving()1377 for (auto *Group : LoadGroups) { in analyzeInterleaving()