Searched refs:StoreRootCountMap (Results 1 – 1 of 1) sorted by relevance
186 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anon58e6a55b0111::DAGCombiner282 StoreRootCountMap.erase(N); in removeFromWorklist()16976 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()16977 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()17089 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()