Searched refs:StoreRootCountMap (Results 1 – 1 of 1) sorted by relevance
189 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anon001c44270111::DAGCombiner284 StoreRootCountMap.erase(N); in removeFromWorklist()18810 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()18811 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()18930 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()