enum class InlinePass
Declared at: llvm/include/llvm/Analysis/InlineAdvisor.h:45
Enumerators
Name | Value | Comment |
---|---|---|
AlwaysInliner | 0 | |
CGSCCInliner | 1 | |
EarlyInliner | 2 | |
ModuleInliner | 3 | |
MLInliner | 4 | |
ReplayCGSCCInliner | 5 | |
ReplaySampleProfileInliner | 6 | |
SampleProfileInliner | 7 |