Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp91 InstrGroupList &StoreGroups);
210 InstrGroupList &StoreGroups) { in createStoreGroups() argument
232 StoreGroups.push_back(G); in createStoreGroups()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4638 SmallSetVector<InterleaveGroup *, 4> StoreGroups; in analyzeInterleaving() local
4665 StoreGroups.insert(Group); in analyzeInterleaving()
4710 for (InterleaveGroup *Group : StoreGroups) in analyzeInterleaving()