Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h839 /// found mappings in \p ToSourceMapping and \p FromSourceMapping. Both of
845 /// \param ToSourceMapping - The mapping of value numbers from this candidate
851 DenseMap<unsigned, DenseSet<unsigned>> &ToSourceMapping,
857 /// found mappings in \p ToSourceMapping and \p FromSourceMapping. Both of
868 /// \param ToSourceMapping - The mapping of value numbers from this candidate
875 DenseMap<unsigned, DenseSet<unsigned>> &ToSourceMapping,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1011 DenseMap<unsigned, DenseSet<unsigned>> &ToSourceMapping, in createCanonicalRelationFrom() argument
1025 for (std::pair<unsigned, DenseSet<unsigned>> &GVNMapping : ToSourceMapping) { in createCanonicalRelationFrom()