ΒΆbool canTrackArgumentsInterprocedurally(
    llvm::Function* F)

Description

Determine if the values of the given function's arguments can be tracked interprocedurally. The value of an argument can be tracked if the function has local linkage and its address is not taken.

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

Parameters

llvm::Function* F