Searched refs:GroupB (Results 1 – 2 of 2) sorted by relevance
1244 InterleaveGroup<Instruction> *GroupB = nullptr; in analyzeInterleaving() local1247 GroupB = getInterleaveGroup(B); in analyzeInterleaving()1248 if (!GroupB) { in analyzeInterleaving()1251 GroupB = createInterleaveGroup(B, DesB.Stride, DesB.Alignment); in analyzeInterleaving()1253 StoreGroups.insert(GroupB); in analyzeInterleaving()1255 LoadGroups.insert(GroupB); in analyzeInterleaving()1298 if (A->mayWriteToMemory() && GroupA != GroupB) { in analyzeInterleaving()1306 if (GroupB && LoadGroups.contains(GroupB)) in analyzeInterleaving()1307 DependentInst = DependentMember(GroupB, &*AI); in analyzeInterleaving()1327 if (GroupB && LoadGroups.contains(GroupB)) { in analyzeInterleaving()[all …]
441 auto &GroupB = *J; in linkSchedGroups() local442 GroupA.link(GroupB); in linkSchedGroups()