Searched refs:GVNOpt (Results 1 – 1 of 1) sorted by relevance
561 std::optional<unsigned> GVNOpt = C.getGVN(V); in collectRegionsConstants() local562 assert(GVNOpt && "Expected a GVN for operand?"); in collectRegionsConstants()563 unsigned GVN = *GVNOpt; in collectRegionsConstants()