Searched refs:StoreRootCountMap (Results 1 – 1 of 1) sorted by relevance
184 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anon54f00e400111::DAGCombiner279 StoreRootCountMap.erase(N); in removeFromWorklist()18153 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()18154 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()18273 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()