Searched refs:GroupB (Results 1 – 2 of 2) sorted by relevance
1185 InterleaveGroup<Instruction> *GroupB = nullptr; in analyzeInterleaving() local1188 GroupB = getInterleaveGroup(B); in analyzeInterleaving()1189 if (!GroupB) { in analyzeInterleaving()1194 StoreGroups.insert(GroupB); in analyzeInterleaving()1196 LoadGroups.insert(GroupB); in analyzeInterleaving()1247 if (GroupB && LoadGroups.contains(GroupB)) in analyzeInterleaving()1268 if (GroupB && LoadGroups.contains(GroupB)) { in analyzeInterleaving()1271 CompletedLoadGroups.insert(GroupB); in analyzeInterleaving()1275 if (CompletedLoadGroups.contains(GroupB)) { in analyzeInterleaving()1337 InterleaveGroupMap[A] = GroupB; in analyzeInterleaving()[all …]
446 auto &GroupB = *J; in linkSchedGroups() local447 GroupA.link(GroupB); in linkSchedGroups()