Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1155 std::optional<unsigned> OSourceCanon = in createCanonicalRelationFrom() local
1157 assert(OSourceCanon.has_value() && "Canon Number not found for GVN"); in createCanonicalRelationFrom()
1162 std::make_pair(OSourceCanon.value(), TargetCandGVN)); in createCanonicalRelationFrom()
1164 std::make_pair(TargetCandGVN, OSourceCanon.value())); in createCanonicalRelationFrom()