Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h82 class ImmutableModuleSummaryIndexWrapperPass : public ImmutablePass {
88 ImmutableModuleSummaryIndexWrapperPass(
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp1091 char ImmutableModuleSummaryIndexWrapperPass::ID = 0;
1093 ImmutableModuleSummaryIndexWrapperPass::ImmutableModuleSummaryIndexWrapperPass( in ImmutableModuleSummaryIndexWrapperPass() function in ImmutableModuleSummaryIndexWrapperPass
1100 void ImmutableModuleSummaryIndexWrapperPass::getAnalysisUsage( in getAnalysisUsage()
1107 return new ImmutableModuleSummaryIndexWrapperPass(Index); in createImmutableModuleSummaryIndexWrapperPass()
1110 INITIALIZE_PASS(ImmutableModuleSummaryIndexWrapperPass, "module-summary-info",
H A DStackSafetyAnalysis.cpp1094 getAnalysisIfAvailable<ImmutableModuleSummaryIndexWrapperPass>()) in runOnModule()
1203 INITIALIZE_PASS_DEPENDENCY(ImmutableModuleSummaryIndexWrapperPass)