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