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.cpp2658 DbgValReplacement DVRepl = RewriteExpr(*DII); in rewriteDebugUsers() local
2659 if (!DVRepl) in rewriteDebugUsers()
2663 DII->setExpression(*DVRepl); in rewriteDebugUsers()
2671 DbgValReplacement DVRepl = RewriteDVRExpr(*DVR); in rewriteDebugUsers() local
2672 if (!DVRepl) in rewriteDebugUsers()
2676 DVR->setExpression(*DVRepl); in rewriteDebugUsers()