Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp186 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anon58e6a55b0111::DAGCombiner
282 StoreRootCountMap.erase(N); in removeFromWorklist()
16976 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()
16977 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
17089 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()