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