Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1163 SmallPtrSet<InterleaveGroup<Instruction> *, 4> CompletedLoadGroups; in analyzeInterleaving() local
1271 CompletedLoadGroups.insert(GroupB); in analyzeInterleaving()
1275 if (CompletedLoadGroups.contains(GroupB)) { in analyzeInterleaving()