Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1010 IRSimilarityCandidate &SourceCand, in createCanonicalRelationFrom() argument
1013 assert(SourceCand.CanonNumToNumber.size() != 0 && in createCanonicalRelationFrom()
1015 assert(SourceCand.NumberToCanonNum.size() != 0 && in createCanonicalRelationFrom()
1064 unsigned CanonNum = *SourceCand.getCanonicalNum(ResultGVN); in createCanonicalRelationFrom()
1094 unsigned SourceGVN = *SourceCand.fromCanonicalNum(FirstInstCanonNum); in createCanonicalRelationFrom()
1095 Value *SourceV = *SourceCand.fromGVN(SourceGVN); in createCanonicalRelationFrom()
1097 unsigned SourceBBGVN = *SourceCand.getGVN(SourceBB); in createCanonicalRelationFrom()
1098 unsigned SourceCanonBBGVN = *SourceCand.getCanonicalNum(SourceBBGVN); in createCanonicalRelationFrom()
1105 IRSimilarityCandidate &SourceCand, IRSimilarityCandidate &SourceCandLarge, in createCanonicalRelationFrom() argument
1107 assert(!SourceCand.CanonNumToNumber.empty() && in createCanonicalRelationFrom()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h838 /// the canonical ordering in \p SourceCand. These are defined based on the
843 /// \param [in, out] SourceCand - The IRSimilarityCandidate to create a
846 /// to \p SourceCand.
850 IRSimilarityCandidate &SourceCand,
856 /// the canonical ordering in \p SourceCand. These are defined based on the
860 /// SourceCand GVNs to determine the mapping first for values with multiple
864 /// \param [in, out] SourceCand - The IRSimilarityCandidate to create a
869 /// to \p SourceCand.
873 IRSimilarityCandidate &SourceCand,
880 /// the canonical ordering in \p SourceCand
[all...]