Searched refs:UnhandledStores (Results 1 – 1 of 1) sorted by relevance
1121 SmallVector<StoreInst *, 4> UnhandledStores; in canVectorizeMemory() local1134 erase_if(UnhandledStores, [SE, SI](StoreInst *I) { in canVectorizeMemory()1141 UnhandledStores.push_back(SI); in canVectorizeMemory()1144 bool IsOK = UnhandledStores.empty(); in canVectorizeMemory()