Searched refs:RootCount (Results 1 – 4 of 4) sorted by relevance
821 size_t RootCount = FI->roots_size();
15616 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local15617 if (RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()15618 RootCount->second.first == RootNode && in getStoreMergeCandidates()15619 RootCount->second.second > StoreMergeDependenceLimit) in getStoreMergeCandidates()15728 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local15729 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()15730 RootCount.second++; in checkMergeStoreCandidatesForDependencies()15732 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()
16656 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local16657 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()16658 RootCount->second.first == RootNode && in getStoreMergeCandidates()16659 RootCount->second.second > StoreMergeDependenceLimit; in getStoreMergeCandidates()16769 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies() local16770 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()16771 RootCount.second++; in checkMergeStoreCandidatesForDependencies()16773 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()