ΒΆ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. Remove redundant pseudo ops when RemovePseudoOp is true.

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

Parameters

llvm::BasicBlock* BB