Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp101 InstrGroupList &StoreGroups);
210 InstrGroupList &StoreGroups) { in createStoreGroups() argument
232 StoreGroups.push_back(G); in createStoreGroups()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp815 SmallSetVector<InterleaveGroup<Instruction> *, 4> StoreGroups; in analyzeInterleaving() local
849 StoreGroups.insert(Group); in analyzeInterleaving()
885 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
963 for (auto *Group : StoreGroups) in analyzeInterleaving()