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