Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp196 DenseMap<SDNode *, std::pair<SDNode *, unsigned>> StoreRootCountMap; member in __anonffc06dc60111::DAGCombiner
292 StoreRootCountMap.erase(N); in removeFromWorklist()
20147 auto RootCount = StoreRootCountMap.find(StoreNode); in getStoreMergeCandidates()
20148 return RootCount != StoreRootCountMap.end() && in getStoreMergeCandidates()
20267 auto &RootCount = StoreRootCountMap[StoreNodes[i].MemNode]; in checkMergeStoreCandidatesForDependencies()