llvm::objcarc::GetBasicARCInstKind

Determine which objc runtime call instruction class V belongs to.

Synopsis

Declared in <llvm/Analysis/ObjCARCInstKind.h>

ARCInstKind
GetBasicARCInstKind(Value const* V);

Description

This is similar to GetARCInstKind except that it only detects objc runtime calls. This allows it to be faster.

Return Value

The basic ARCInstKind classification for V.

Parameters

NameDescription
VValue to classify as a basic ARC instruction kind.