Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp184 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anon54f00e400111::DAGCombiner
279 StoreRootCountMap.erase(N); in removeFromWorklist()
18153 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()
18154 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
18273 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()