Searched refs:TransformedStores (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp703 SmallPtrSet<Value *, 16> TransformedStores; local
722 if (TransformedStores.count(I))
747 TransformedStores.insert(AdjacentStores.begin(), AdjacentStores.end());

Completed in 39 milliseconds