Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1185 InterleaveGroup<Instruction> *GroupB = nullptr; in analyzeInterleaving() local
1188 GroupB = getInterleaveGroup(B); in analyzeInterleaving()
1189 if (!GroupB) { in analyzeInterleaving()
1194 StoreGroups.insert(GroupB); in analyzeInterleaving()
1196 LoadGroups.insert(GroupB); in analyzeInterleaving()
1247 if (GroupB && LoadGroups.contains(GroupB)) in analyzeInterleaving()
1268 if (GroupB && LoadGroups.contains(GroupB)) { in analyzeInterleaving()
1271 CompletedLoadGroups.insert(GroupB); in analyzeInterleaving()
1275 if (CompletedLoadGroups.contains(GroupB)) { in analyzeInterleaving()
1337 InterleaveGroupMap[A] = GroupB; in analyzeInterleaving()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp446 auto &GroupB = *J; in linkSchedGroups() local
447 GroupA.link(GroupB); in linkSchedGroups()