LLVM 17.0.0git
|
Wrapper for FunctionAnalysisManager. More...
#include "llvm/Transforms/IPO/Attributor.h"
Public Member Functions | |
template<typename Analysis > | |
Analysis::Result * | getAnalysis (const Function &F) |
AnalysisGetter (FunctionAnalysisManager &FAM) | |
AnalysisGetter (Pass *P) | |
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 1102 of file Attributor.h.
|
inline |
Definition at line 1129 of file Attributor.h.
References FAM.
|
inline |
Definition at line 1130 of file Attributor.h.
|
default |
|
inline |
Definition at line 1117 of file Attributor.h.
References Analysis, F, llvm::Pass::getAnalysis(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
Referenced by llvm::InformationCache::getAAResultsForFunction(), llvm::InformationCache::getAnalysisResultForFunction(), llvm::InformationCache::getTargetLibraryInfoForFunction(), and llvm::InformationCache::InformationCache().
Definition at line 1139 of file Attributor.h.
|
staticconstexpr |
Definition at line 1114 of file Attributor.h.