Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h83 class LLVM_ABI ImmutableModuleSummaryIndexWrapperPass : public ImmutablePass {
89 ImmutableModuleSummaryIndexWrapperPass(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp1215 char ImmutableModuleSummaryIndexWrapperPass::ID = 0;
1217 ImmutableModuleSummaryIndexWrapperPass::ImmutableModuleSummaryIndexWrapperPass( in ImmutableModuleSummaryIndexWrapperPass() function in ImmutableModuleSummaryIndexWrapperPass
1221 void ImmutableModuleSummaryIndexWrapperPass::getAnalysisUsage( in getAnalysisUsage()
1228 return new ImmutableModuleSummaryIndexWrapperPass(Index); in createImmutableModuleSummaryIndexWrapperPass()
1231 INITIALIZE_PASS(ImmutableModuleSummaryIndexWrapperPass, "module-summary-info",
H A DStackSafetyAnalysis.cpp1110 getAnalysisIfAvailable<ImmutableModuleSummaryIndexWrapperPass>()) in runOnModule()
1219 INITIALIZE_PASS_DEPENDENCY(ImmutableModuleSummaryIndexWrapperPass)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp575 AU.addUsedIfAvailable<ImmutableModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
607 getAnalysisIfAvailable<ImmutableModuleSummaryIndexWrapperPass>()) in runOnModule()
H A DMachineOutliner.cpp470 AU.addUsedIfAvailable<ImmutableModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
1347 getAnalysisIfAvailable<ImmutableModuleSummaryIndexWrapperPass>()) { in initializeOutlinerMode()