Searched refs:BBGVN (Results 1 – 1 of 1) sorted by relevance
1246 std::optional<unsigned> BBGVN = Cand.getGVN(PHIBB); in getGVNForPHINode() local1247 assert(BBGVN && "Could not find GVN for the incoming block!"); in getGVNForPHINode()1249 BBGVN = Cand.getCanonicalNum(*BBGVN); in getGVNForPHINode()1250 assert(BBGVN && "Could not find canonical number for the incoming block!"); in getGVNForPHINode()1255 std::make_pair(std::make_pair(*BBGVN, AggArgIdx), PHIGVNs); in getGVNForPHINode()