Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1026 unsigned SourceGVN = GVNMapping.first; in createCanonicalRelationFrom() local
1046 if (!It->second.contains(SourceGVN)) in createCanonicalRelationFrom()
1065 CanonNumToNumber.insert(std::make_pair(CanonNum, SourceGVN)); in createCanonicalRelationFrom()
1066 NumberToCanonNum.insert(std::make_pair(SourceGVN, CanonNum)); in createCanonicalRelationFrom()
1094 unsigned SourceGVN = *SourceCand.fromCanonicalNum(FirstInstCanonNum); in createCanonicalRelationFrom() local
1095 Value *SourceV = *SourceCand.fromGVN(SourceGVN); in createCanonicalRelationFrom()