Lines Matching refs:GroupB
1244 InterleaveGroup<Instruction> *GroupB = nullptr; in analyzeInterleaving() local
1247 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()
1330 CompletedLoadGroups.insert(GroupB); in analyzeInterleaving()
1334 if (CompletedLoadGroups.contains(GroupB)) { in analyzeInterleaving()
1389 GroupB->getIndex(B) + DistanceToB / static_cast<int64_t>(DesB.Size); in analyzeInterleaving()
1392 if (GroupB->insertMember(A, IndexA, DesA.Alignment)) { in analyzeInterleaving()
1396 InterleaveGroupMap[A] = GroupB; in analyzeInterleaving()
1400 GroupB->setInsertPos(A); in analyzeInterleaving()