Searched refs:StoreRootCountMap (Results 1 – 1 of 1) sorted by relevance
196 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anonffc06dc60111::DAGCombiner292 StoreRootCountMap.erase(N); in removeFromWorklist()20147 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()20148 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()20267 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()