Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h82 class ImmutableModuleSummaryIndexWrapperPass : public ImmutablePass {
88 ImmutableModuleSummaryIndexWrapperPass(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp1167 char ImmutableModuleSummaryIndexWrapperPass::ID = 0;
1169 ImmutableModuleSummaryIndexWrapperPass::ImmutableModuleSummaryIndexWrapperPass( in ImmutableModuleSummaryIndexWrapperPass() function in ImmutableModuleSummaryIndexWrapperPass
1176 void ImmutableModuleSummaryIndexWrapperPass::getAnalysisUsage( in getAnalysisUsage()
1183 return new ImmutableModuleSummaryIndexWrapperPass(Index); in createImmutableModuleSummaryIndexWrapperPass()
1186 INITIALIZE_PASS(ImmutableModuleSummaryIndexWrapperPass, "module-summary-info",
H A DStackSafetyAnalysis.cpp1116 getAnalysisIfAvailable<ImmutableModuleSummaryIndexWrapperPass>()) in runOnModule()
1225 INITIALIZE_PASS_DEPENDENCY(ImmutableModuleSummaryIndexWrapperPass)