ΒΆbool canTrackGlobalVariableInterprocedurally(
    llvm::GlobalVariable* GV)

Description

Determine if the value maintained in the given global variable can be tracked interprocedurally. A value can be tracked if the global variable has local linkage and is only used by non-volatile loads and stores.

Declared at: llvm/include/llvm/Analysis/ValueLatticeUtils.h:36

Parameters

llvm::GlobalVariable* GV