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.cpp200 SmallPtrSet<SDNode *, 4> ChainsWithoutMergeableStores; member in __anon666e37100111::DAGCombiner
1847 ChainsWithoutMergeableStores.clear(); in Run()
21513 if (ChainsWithoutMergeableStores.contains(RootNode)) in getStoreMergeCandidates()
21544 if (ChainsWithoutMergeableStores.contains(RootNode)) in getStoreMergeCandidates()
22297 ChainsWithoutMergeableStores.insert(RootNode); in mergeConsecutiveStores()