Searched refs:RootCount (Results 1 – 1 of 1) sorted by relevance
20506 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local20507 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()20508 RootCount->second.first == RootNode && in getStoreMergeCandidates()20509 RootCount->second.second > StoreMergeDependenceLimit; in getStoreMergeCandidates()20613 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local20614 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()20615 RootCount.second++; in checkMergeStoreCandidatesForDependencies()20617 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()