Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp973 unsigned SourceGVN = GVNMapping.first; in createCanonicalRelationFrom() local
993 if (!It->second.contains(SourceGVN)) in createCanonicalRelationFrom()
1012 CanonNumToNumber.insert(std::make_pair(CanonNum, SourceGVN)); in createCanonicalRelationFrom()
1013 NumberToCanonNum.insert(std::make_pair(SourceGVN, CanonNum)); in createCanonicalRelationFrom()
1041 unsigned SourceGVN = *SourceCand.fromCanonicalNum(FirstInstCanonNum); in createCanonicalRelationFrom() local
1042 Value *SourceV = *SourceCand.fromGVN(SourceGVN); in createCanonicalRelationFrom()