Lines Matching refs:GroupB
1185 InterleaveGroup<Instruction> *GroupB = nullptr; in analyzeInterleaving() local
1188 GroupB = getInterleaveGroup(B); in analyzeInterleaving()
1189 if (!GroupB) { in analyzeInterleaving()
1192 GroupB = createInterleaveGroup(B, DesB.Stride, DesB.Alignment); in analyzeInterleaving()
1194 StoreGroups.insert(GroupB); in analyzeInterleaving()
1196 LoadGroups.insert(GroupB); in analyzeInterleaving()
1239 if (A->mayWriteToMemory() && GroupA != GroupB) { in analyzeInterleaving()
1247 if (GroupB && LoadGroups.contains(GroupB)) in analyzeInterleaving()
1248 DependentInst = DependentMember(GroupB, &*AI); in analyzeInterleaving()
1268 if (GroupB && LoadGroups.contains(GroupB)) { in analyzeInterleaving()
1271 CompletedLoadGroups.insert(GroupB); in analyzeInterleaving()
1275 if (CompletedLoadGroups.contains(GroupB)) { in analyzeInterleaving()
1330 GroupB->getIndex(B) + DistanceToB / static_cast<int64_t>(DesB.Size); in analyzeInterleaving()
1333 if (GroupB->insertMember(A, IndexA, DesA.Alignment)) { in analyzeInterleaving()
1337 InterleaveGroupMap[A] = GroupB; in analyzeInterleaving()
1341 GroupB->setInsertPos(A); in analyzeInterleaving()