ΒΆbool isLeaf(llvm::Intrinsic::ID id)

Description

Returns true if the intrinsic is a leaf, i.e. it does not make any calls itself. Most intrinsics are leafs, the exceptions being the patchpoint and statepoint intrinsics. These call (or invoke) their "target" argument.

Declared at: llvm/include/llvm/IR/Intrinsics.h:71

Parameters

llvm::Intrinsic::ID id