The InlineAdvisorAnalysis is a module pass because the InlineAdvisor needs to capture state right before inlining commences over a module.
More...
#include "llvm/Analysis/InlineAdvisor.h"
|
static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type.
|
|
static StringRef | name () |
| Gets the name of the pass we are mixed into.
|
|
The InlineAdvisorAnalysis is a module pass because the InlineAdvisor needs to capture state right before inlining commences over a module.
Definition at line 316 of file InlineAdvisor.h.
◆ InlineAdvisorAnalysis()
llvm::InlineAdvisorAnalysis::InlineAdvisorAnalysis |
( |
| ) |
|
|
default |
◆ run()
◆ Key
The documentation for this class was generated from the following files: