Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp817 SmallSetVector<InterleaveGroup<Instruction> *, 4> LoadGroups; in analyzeInterleaving() local
851 LoadGroups.insert(Group); in analyzeInterleaving()
984 for (auto *Group : LoadGroups) { in analyzeInterleaving()