Searched refs:SourceGVN (Results 1 – 1 of 1) sorted by relevance
1020 unsigned SourceGVN = GVNMapping.first; in createCanonicalRelationFrom() local1040 if (!It->second.contains(SourceGVN)) in createCanonicalRelationFrom()1059 CanonNumToNumber.insert(std::make_pair(CanonNum, SourceGVN)); in createCanonicalRelationFrom()1060 NumberToCanonNum.insert(std::make_pair(SourceGVN, CanonNum)); in createCanonicalRelationFrom()1088 unsigned SourceGVN = *SourceCand.fromCanonicalNum(FirstInstCanonNum); in createCanonicalRelationFrom() local1089 Value *SourceV = *SourceCand.fromGVN(SourceGVN); in createCanonicalRelationFrom()