LLVM 19.0.0git
Public Attributes | List of all members
llvm::InlineContext Struct Reference

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

#include "llvm/Analysis/InlineAdvisor.h"

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: