Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp197 SmallPtrSet<SDNode *, 4> ChainsWithoutMergeableStores; member in __anon666e37100111::DAGCombiner
1790 ChainsWithoutMergeableStores.clear(); in Run()
20499 if (ChainsWithoutMergeableStores.contains(RootNode)) in getStoreMergeCandidates()
20530 if (ChainsWithoutMergeableStores.contains(RootNode)) in getStoreMergeCandidates()
21240 ChainsWithoutMergeableStores.insert(RootNode); in mergeConsecutiveStores()