LLVM: llvm::InlineContext Struct Reference (original) (raw)

Provides context on when an inline advisor is constructed in the pipeline (e.g., link phase, inline driver). More...

#include "[llvm/Analysis/InlineAdvisor.h](InlineAdvisor%5F8h%5Fsource.html)"

Public Attributes
ThinOrFullLTOPhase LTOPhase
InlinePass Pass

Detailed Description

Provides context on when an inline advisor is constructed in the pipeline (e.g., link phase, inline driver).

Definition at line 59 of file InlineAdvisor.h.

Member Data Documentation

LTOPhase

ThinOrFullLTOPhase llvm::InlineContext::LTOPhase

Definition at line 60 of file InlineAdvisor.h.

Referenced by llvm::AnnotateInlinePassName().

Pass

InlinePass llvm::InlineContext::Pass

Definition at line 62 of file InlineAdvisor.h.

Referenced by llvm::AnnotateInlinePassName().


The documentation for this struct was generated from the following file: