Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DIROutliner.cpp305 Optional<unsigned> GVNOpt = C.getGVN(V); in collectRegionsConstants() local
306 assert(GVNOpt.hasValue() && "Expected a GVN for operand?"); in collectRegionsConstants()
307 unsigned GVN = GVNOpt.getValue(); in collectRegionsConstants()