ΒΆinline bool IsObjCIdentifiedObject(
    const llvm::Value* V)

Description

Return true if this value refers to a distinct and identifiable object. This is similar to AliasAnalysis's isIdentifiedObject, except that it uses special knowledge of ObjC conventions.

Declared at: llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h:212

Parameters

const llvm::Value* V