Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp561 std::optional<unsigned> GVNOpt = C.getGVN(V); in collectRegionsConstants() local
562 assert(GVNOpt && "Expected a GVN for operand?"); in collectRegionsConstants()
563 unsigned GVN = *GVNOpt; in collectRegionsConstants()