Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4727 auto &StoresVec = PtrToStoresMap[Ptr]; in collectUserStores() local
4730 if (StoresVec.size() > Lane) in collectUserStores()
4733 if (!StoresVec.empty() && in collectUserStores()
4737 if (!StoresVec.empty() && in collectUserStores()
4741 StoresVec.push_back(SI); in collectUserStores()
4755 StoreInst *S0 = StoresVec[0]; in canFormVector()
4760 StoreInst *SI = StoresVec[Idx]; in canFormVector()
4787 ReorderIndices.reserve(StoresVec.size()); in canFormVector()
4788 for (StoreInst *SI : StoresVec) { in canFormVector()
4834 auto &StoresVec = Pair.second; in findExternalStoreUsersReorderIndices() local
[all …]