ΒΆinline llvm::Value* GetRCIdentityRoot(
    llvm::Value* V)

Description

Helper which calls const Value *GetRCIdentityRoot(const Value *V) and just casts away the const of the result. For documentation about what an RCIdentityRoot (and by extension GetRCIdentityRoot is) look at that function.

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

Parameters

llvm::Value* V