Home
last modified time | relevance | path

Searched refs:FromSourceMapping (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
847 /// \param FromSourceMapping - The mapping of value numbers from \p SoureCand
852 DenseMap<unsigned, DenseSet<unsigned>> &FromSourceMapping);
857 /// found mappings in \p ToSourceMapping and \p FromSourceMapping. Both of
870 /// \param FromSourceMapping - The mapping of value numbers from \p SoureCand
876 DenseMap<unsigned, DenseSet<unsigned>> &FromSourceMapping);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1012 DenseMap<unsigned, DenseSet<unsigned>> &FromSourceMapping) { in createCanonicalRelationFrom() argument
1044 FromSourceMapping.find(Val); in createCanonicalRelationFrom()