Searched refs:IdentityDVR (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2735 auto IdentityDVR = [&](DbgVariableRecord &DVR) -> DbgValReplacement { in replaceAllDbgUsesWith() local 2743 return rewriteDebugUsers(From, To, DomPoint, DT, Identity, IdentityDVR); in replaceAllDbgUsesWith() 2755 return rewriteDebugUsers(From, To, DomPoint, DT, Identity, IdentityDVR); in replaceAllDbgUsesWith()
|