Searched refs:RootCount (Results 1 – 1 of 1) sorted by relevance
20147 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local20148 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()20149 RootCount->second.first == RootNode && in getStoreMergeCandidates()20150 RootCount->second.second > StoreMergeDependenceLimit; in getStoreMergeCandidates()20267 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local20268 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()20269 RootCount.second++; in checkMergeStoreCandidatesForDependencies()20271 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()