llvm::objcarc::IsForwarding

Test if the given class represents instructions which return their argument verbatim.

Synopsis

Declared in <llvm/Analysis/ObjCARCInstKind.h>

bool
IsForwarding(ARCInstKind Class);

Return Value

True if Class represents forwarding instructions.

Parameters

NameDescription
ClassARC instruction kind to test.