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.cpp1244 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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp441 auto &GroupB = *J; in linkSchedGroups() local
442 GroupA.link(GroupB); in linkSchedGroups()