Home
last modified time | relevance | path

Searched refs:ModuleSummaryIndexWrapperPass (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp55 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule()
64 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
72 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h57 class ModuleSummaryIndexWrapperPass : public ModulePass {
63 ModuleSummaryIndexWrapperPass();
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp964 char ModuleSummaryIndexWrapperPass::ID = 0;
966 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis",
971 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in INITIALIZE_PASS_DEPENDENCY()
975 return new ModuleSummaryIndexWrapperPass(); in INITIALIZE_PASS_DEPENDENCY()
978 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass
983 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule()
1003 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization()
1008 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp98 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument