ΒΆbool isIdentifiedFunctionLocal(
    const llvm::Value* V)

Description

Return true if V is umabigously identified at the function-level. Different IdentifiedFunctionLocals can't alias. Further, an IdentifiedFunctionLocal can not alias with any function arguments other than itself, which is not necessarily true for IdentifiedObjects.

Declared at: llvm/include/llvm/Analysis/AliasAnalysis.h:1272

Parameters

const llvm::Value* V