Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp192 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anon666e37100111::DAGCombiner
300 StoreRootCountMap.erase(N); in removeFromWorklist()
21520 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()
21521 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
21628 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()