Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1293 auto GroupA = getInterleaveGroup(A); in analyzeInterleaving() local
1298 if (A->mayWriteToMemory() && GroupA != GroupB) { in analyzeInterleaving()
1316 if (GroupA && StoreGroups.contains(GroupA)) { in analyzeInterleaving()
1320 StoreGroups.remove(GroupA); in analyzeInterleaving()
1321 releaseGroup(GroupA); in analyzeInterleaving()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp439 auto &GroupA = *I; in linkSchedGroups() local
442 GroupA.link(GroupB); in linkSchedGroups()