Kind of mandatory inlining constraint on a call site.
Synopsis
Declared in <llvm/Analysis/InlineAdvisor.h>
enum class MandatoryInliningKind : int;
Members
Name |
Description |
|
Call site is not subject to a mandatory always/never constraint. |
|
Call site must be inlined. |
|
Call site must never be inlined. |
Created with MrDocs