Searched refs:StoresVec (Results 1 – 1 of 1) sorted by relevance
4727 auto &StoresVec = PtrToStoresMap[Ptr]; in collectUserStores() local4730 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 …]