Home
last modified time | relevance | path

Searched refs:GroupB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1485 InterleaveGroup<Instruction> *GroupB = nullptr; in analyzeInterleaving() local
1488 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp423 auto &GroupB = *J; in linkSchedGroups() local
424 GroupA.link(GroupB); in linkSchedGroups()