LLVM 20.0.0git
|
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 |
Provides context on when an inline advisor is constructed in the pipeline (e.g., link phase, inline driver).
Definition at line 58 of file InlineAdvisor.h.
ThinOrFullLTOPhase llvm::InlineContext::LTOPhase |
Definition at line 59 of file InlineAdvisor.h.
Referenced by llvm::AnnotateInlinePassName().
InlinePass llvm::InlineContext::Pass |
Definition at line 61 of file InlineAdvisor.h.
Referenced by llvm::AnnotateInlinePassName().