Searched refs:GroupB (Results 1 – 2 of 2) sorted by relevance
1485 InterleaveGroup<Instruction> *GroupB = nullptr; in analyzeInterleaving() local1488 GroupB = getInterleaveGroup(B); in analyzeInterleaving()1489 if (!GroupB) { in analyzeInterleaving()1492 GroupB = createInterleaveGroup(B, DesB.Stride, DesB.Alignment); in analyzeInterleaving()1494 StoreGroups.insert(GroupB); in analyzeInterleaving()1496 LoadGroups.insert(GroupB); in analyzeInterleaving()1539 if (A->mayWriteToMemory() && GroupA != GroupB) { in analyzeInterleaving()1547 if (GroupB && LoadGroups.contains(GroupB)) in analyzeInterleaving()1548 DependentInst = DependentMember(GroupB, &*AI); in analyzeInterleaving()1568 if (GroupB && LoadGroups.contains(GroupB)) { in analyzeInterleaving()[all …]
423 auto &GroupB = *J; in linkSchedGroups() local424 GroupA.link(GroupB); in linkSchedGroups()