ΒΆbool RemoveRedundantDbgInstrs(
    llvm::BasicBlock* BB)

Description

Try to remove redundant dbg.value instructions from given basic block. Returns true if at least one instruction was removed.

Declared at: llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h:99

Parameters

llvm::BasicBlock* BB