Kind of mandatory inlining constraint on a call site.

Synopsis

Declared in <llvm/Analysis/InlineAdvisor.h>

enum class MandatoryInliningKind : int;

Members

Name

Description

NotMandatory

Call site is not subject to a mandatory always/never constraint.

Always

Call site must be inlined.

Never

Call site must never be inlined.

Created with MrDocs