Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp685 SmallPtrSet<Instruction *, 8> AdjacentStores; in processLoopStores() local
693 AdjacentStores.insert(I); in processLoopStores()
716 HeadStore, AdjacentStores, StoreEv, BECount, in processLoopStores()
718 TransformedStores.insert(AdjacentStores.begin(), AdjacentStores.end()); in processLoopStores()