Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1246 std::optional<unsigned> BBGVN = Cand.getGVN(PHIBB); in getGVNForPHINode() local
1247 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()