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.cpp562 std::optional<unsigned> GVNOpt = C.getGVN(V); in collectRegionsConstants() local
563 assert(GVNOpt && "Expected a GVN for operand?"); in collectRegionsConstants()
564 unsigned GVN = *GVNOpt; in collectRegionsConstants()