Home
last modified time | relevance | path

Searched refs:RootCount (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/docs/
DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/external/llvm/docs/
DGarbageCollection.rst821 size_t RootCount = FI->roots_size();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15616 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local
15617 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() local
15729 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()
15730 RootCount.second++; in checkMergeStoreCandidatesForDependencies()
15732 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp16656 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates() local
16657 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() local
16770 if (RootCount.first == RootNode) in checkMergeStoreCandidatesForDependencies()
16771 RootCount.second++; in checkMergeStoreCandidatesForDependencies()
16773 RootCount = {RootNode, 1}; in checkMergeStoreCandidatesForDependencies()