Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp186 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anonc943a8c40111::DAGCombiner
282 StoreRootCountMap.erase(N); in removeFromWorklist()
17174 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()
17175 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
17287 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()