Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2705 DbgValReplacement DVRepl = RewriteExpr(*DII); in rewriteDebugUsers() local
2706 if (!DVRepl) in rewriteDebugUsers()
2710 DII->setExpression(*DVRepl); in rewriteDebugUsers()
2718 DbgValReplacement DVRepl = RewriteDVRExpr(*DVR); in rewriteDebugUsers() local
2719 if (!DVRepl) in rewriteDebugUsers()
2723 DVR->setExpression(*DVRepl); in rewriteDebugUsers()