Searched refs:RootCount (Results 1 – 2 of 2) sorted by relevance
821 size_t RootCount = FI->roots_size();
18810 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local18811 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()18812 RootCount->second.first == RootNode && in getStoreMergeCandidates()18813 RootCount->second.second > StoreMergeDependenceLimit; in getStoreMergeCandidates()18930 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local18931 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()18932 RootCount.second++; in checkMergeStoreCandidatesForDependencies()18934 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()