Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp189 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anon666e37100111::DAGCombiner
295 StoreRootCountMap.erase(N); in removeFromWorklist()
20506 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()
20507 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
20613 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()