ΒΆvoid salvageDebugInfo(
    SmallDenseMap<llvm::Value*,
                  llvm::AllocaInst*,
                  4>& DbgPtrAllocaCache,
    llvm::DbgVariableIntrinsic* DVI,
    bool OptimizeFrame)

Description

Recover a dbg.declare prepared by the frontend and emit an alloca holding a pointer to the coroutine frame.

Declared at: llvm/lib/Transforms/Coroutines/CoroInternal.h:30

Parameters

SmallDenseMap<llvm::Value*, llvm::AllocaInst*, 4>& DbgPtrAllocaCache
llvm::DbgVariableIntrinsic* DVI
bool OptimizeFrame