Helper for GetARCInstKind. Determines what kind of construct CS is.

Synopsis

Declared in <llvm/Analysis/ObjCARCAnalysisUtils.h>

ARCInstKind
GetCallSiteClass(CallBase const& CB);

Return Value

The ARC instruction class for call site CB.

Parameters

Name

Description

CB

Call site whose ARC instruction class is requested.

Created with MrDocs