Searched refs:RootCount (Results 1 – 1 of 1) sorted by relevance
17174 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local17175 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()17176 RootCount->second.first == RootNode && in getStoreMergeCandidates()17177 RootCount->second.second > StoreMergeDependenceLimit; in getStoreMergeCandidates()17287 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local17288 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()17289 RootCount.second++; in checkMergeStoreCandidatesForDependencies()17291 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()