Home
last modified time | relevance | path

Searched refs:ImmutableModuleSummaryIndexWrapperPass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h82 class ImmutableModuleSummaryIndexWrapperPass : public ImmutablePass {
88 ImmutableModuleSummaryIndexWrapperPass(
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp956 char ImmutableModuleSummaryIndexWrapperPass::ID = 0;
958 ImmutableModuleSummaryIndexWrapperPass::ImmutableModuleSummaryIndexWrapperPass( in ImmutableModuleSummaryIndexWrapperPass() function in ImmutableModuleSummaryIndexWrapperPass
965 void ImmutableModuleSummaryIndexWrapperPass::getAnalysisUsage( in getAnalysisUsage()
972 return new ImmutableModuleSummaryIndexWrapperPass(Index); in createImmutableModuleSummaryIndexWrapperPass()
975 INITIALIZE_PASS(ImmutableModuleSummaryIndexWrapperPass, "module-summary-info",
H A DStackSafetyAnalysis.cpp1083 getAnalysisIfAvailable<ImmutableModuleSummaryIndexWrapperPass>()) in runOnModule()
1192 INITIALIZE_PASS_DEPENDENCY(ImmutableModuleSummaryIndexWrapperPass)