class ImmutableModuleSummaryIndexWrapperPass
Declaration
class ImmutableModuleSummaryIndexWrapperPass : public ImmutablePass { /* full declaration omitted */ };
Description
Legacy wrapper pass to provide the ModuleSummaryIndex object.
Declared at: llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h:82
Inherits from: ImmutablePass
Member Variables
- private const llvm::ModuleSummaryIndex* Index
- public static char ID
Method Overview
- public ImmutableModuleSummaryIndexWrapperPass(const llvm::ModuleSummaryIndex * Index = nullptr)
- public void getAnalysisUsage(llvm::AnalysisUsage & AU) const
- public const llvm::ModuleSummaryIndex * getIndex() const
Inherited from ImmutablePass:
Inherited from ModulePass:
- public assignPassManager
- public createPrinterPass
- public getPotentialPassManagerType
- public runOnModule
- protected skipModule
Inherited from Pass:
- public assignPassManager
- public createPass
- public createPrinterPass
- public doFinalization
- public doInitialization
- public dump
- public dumpPassStructure
- public getAdjustedAnalysisPointer
- public getAnalysis
- public getAnalysis
- public getAnalysisID
- public getAnalysisID
- public getAnalysisIfAvailable
- public getAnalysisUsage
- public getAsImmutablePass
- public getAsPMDataManager
- public getPassID
- public getPassKind
- public getPassName
- public getPotentialPassManagerType
- public getResolver
- public lookupPassInfo
- public lookupPassInfo
- public mustPreserveAnalysisID
- public preparePassManager
- public print
- public releaseMemory
- public setResolver
- public verifyAnalysis
Methods
¶ImmutableModuleSummaryIndexWrapperPass(
const llvm::ModuleSummaryIndex* Index =
nullptr)
ImmutableModuleSummaryIndexWrapperPass(
const llvm::ModuleSummaryIndex* Index =
nullptr)
Declared at: llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h:88
Parameters
- const llvm::ModuleSummaryIndex* Index = nullptr
¶void getAnalysisUsage(
llvm::AnalysisUsage& AU) const
void getAnalysisUsage(
llvm::AnalysisUsage& AU) const
Description
getAnalysisUsage - This function should be overriden by passes that need analysis information to do their job. If a pass specifies that it uses a particular analysis result to this function, it can then use the getAnalysis <AnalysisType >() function, below.
Declared at: llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h:91
Parameters
¶const llvm::ModuleSummaryIndex* getIndex() const
const llvm::ModuleSummaryIndex* getIndex() const
Declared at: llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h:90