Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h82 class ImmutableModuleSummaryIndexWrapperPass : public ImmutablePass {
88 ImmutableModuleSummaryIndexWrapperPass(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp910 char ImmutableModuleSummaryIndexWrapperPass::ID = 0;
912 ImmutableModuleSummaryIndexWrapperPass::ImmutableModuleSummaryIndexWrapperPass( in ImmutableModuleSummaryIndexWrapperPass() function in ImmutableModuleSummaryIndexWrapperPass
919 void ImmutableModuleSummaryIndexWrapperPass::getAnalysisUsage( in getAnalysisUsage()
926 return new ImmutableModuleSummaryIndexWrapperPass(Index); in createImmutableModuleSummaryIndexWrapperPass()
929 INITIALIZE_PASS(ImmutableModuleSummaryIndexWrapperPass, "module-summary-info",
H A DStackSafetyAnalysis.cpp984 getAnalysisIfAvailable<ImmutableModuleSummaryIndexWrapperPass>()) in runOnModule()
1093 INITIALIZE_PASS_DEPENDENCY(ImmutableModuleSummaryIndexWrapperPass)