ΒΆllvm::AllocaInst* findAllocaForValue(
    llvm::Value* V,
    DenseMap<llvm::Value*, llvm::AllocaInst*>&
        AllocaForValue)

Description

Finds alloca where the value comes from.

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

Parameters

llvm::Value* V
DenseMap<llvm::Value*, llvm::AllocaInst*>& AllocaForValue