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.cpp1534 auto GroupA = getInterleaveGroup(A); in analyzeInterleaving() local
1539 if (A->mayWriteToMemory() && GroupA != GroupB) { in analyzeInterleaving()
1557 if (GroupA && StoreGroups.contains(GroupA)) { in analyzeInterleaving()
1561 StoreGroups.remove(GroupA); in analyzeInterleaving()
1562 releaseGroup(GroupA); in analyzeInterleaving()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp421 auto &GroupA = *I; in linkSchedGroups() local
424 GroupA.link(GroupB); in linkSchedGroups()