Home
last modified time | relevance | path

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

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