Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp680 SmallPtrSet<Value *, 16> TransformedStores; in processLoopStores() local
696 if (TransformedStores.count(I)) in processLoopStores()
723 TransformedStores.insert(AdjacentStores.begin(), AdjacentStores.end()); in processLoopStores()