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

Description

Return true if this pointer refers to a distinct and identifiable object. This returns true for: Global Variables and Functions (but not Global Aliases) Allocas ByVal and NoAlias Arguments NoAlias returns (e.g. calls to malloc)

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

Parameters

const llvm::Value* V