ΒΆvoid salvageDebugInfoForDbgValues(
    llvm::Instruction& I,
    ArrayRef<llvm::DbgVariableIntrinsic*> Insns)

Description

Implementation of salvageDebugInfo, applying only to instructions in\p Insns, rather than all debug users from findDbgUsers( \p I). Returns true if any debug users were updated. Mark undef if salvaging cannot be completed.

Declared at: llvm/include/llvm/Transforms/Utils/Local.h:291

Parameters

llvm::Instruction& I
ArrayRef<llvm::DbgVariableIntrinsic*> Insns