Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp189 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anon001c44270111::DAGCombiner
284 StoreRootCountMap.erase(N); in removeFromWorklist()
18810 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()
18811 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
18930 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()