Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h82 class ImmutableModuleSummaryIndexWrapperPass : public ImmutablePass {
88 ImmutableModuleSummaryIndexWrapperPass(
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp913 char ImmutableModuleSummaryIndexWrapperPass::ID = 0;
915 ImmutableModuleSummaryIndexWrapperPass::ImmutableModuleSummaryIndexWrapperPass( in ImmutableModuleSummaryIndexWrapperPass() function in ImmutableModuleSummaryIndexWrapperPass
922 void ImmutableModuleSummaryIndexWrapperPass::getAnalysisUsage( in getAnalysisUsage()
929 return new ImmutableModuleSummaryIndexWrapperPass(Index); in createImmutableModuleSummaryIndexWrapperPass()
932 INITIALIZE_PASS(ImmutableModuleSummaryIndexWrapperPass, "module-summary-info",
DStackSafetyAnalysis.cpp984 getAnalysisIfAvailable<ImmutableModuleSummaryIndexWrapperPass>()) in runOnModule()
1093 INITIALIZE_PASS_DEPENDENCY(ImmutableModuleSummaryIndexWrapperPass)