Searched refs:StoreRootCountMap (Results 1 – 1 of 1) sorted by relevance
186 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anonc943a8c40111::DAGCombiner282 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()