Searched refs:RootCount (Results 1 – 1 of 1) sorted by relevance
21520 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local21521 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()21522 RootCount->second.first == RootNode && in getStoreMergeCandidates()21523 RootCount->second.second > StoreMergeDependenceLimit; in getStoreMergeCandidates()21628 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local21629 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()21630 RootCount.second++; in checkMergeStoreCandidatesForDependencies()21632 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()