LLVM 22.0.0git
|
Wrapper for FunctionAnalysisManager. More...
#include "llvm/Transforms/IPO/Attributor.h"
Public Member Functions | |
template<typename Analysis> | |
Analysis::Result * | getAnalysis (const Function &F, bool RequestCachedOnly=false) |
void | invalidateAnalyses () |
Invalidates the analyses. Valid only when using the new pass manager. | |
AnalysisGetter (FunctionAnalysisManager &FAM, bool CachedOnly=false) | |
AnalysisGetter (Pass *P, bool CachedOnly=false) | |
AnalysisGetter ()=default |
Static Public Member Functions | |
template<typename Analysis> | |
constexpr bool | HasLegacyWrapper |
Static Public Attributes | |
template<typename, typename = void> | |
static constexpr bool | HasLegacyWrapper = false |
Wrapper for FunctionAnalysisManager.
Definition at line 1134 of file Attributor.h.
|
inline |
Definition at line 1179 of file Attributor.h.
Definition at line 1181 of file Attributor.h.
References P.
|
default |
|
inline |
Definition at line 1150 of file Attributor.h.
References Analysis, F, HasLegacyWrapper, and P.
Definition at line 1195 of file Attributor.h.
References Analysis, and HasLegacyWrapper.
|
inline |
Invalidates the analyses. Valid only when using the new pass manager.
Definition at line 1174 of file Attributor.h.
References assert().
|
staticconstexpr |
Definition at line 1147 of file Attributor.h.
Referenced by getAnalysis(), and HasLegacyWrapper().