Searched refs:SourceGVN (Results 1 – 1 of 1) sorted by relevance
973 unsigned SourceGVN = GVNMapping.first; in createCanonicalRelationFrom() local993 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() local1042 Value *SourceV = *SourceCand.fromGVN(SourceGVN); in createCanonicalRelationFrom()