Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp157 char ModuleSummaryIndexWrapperPass::ID = 0;
158 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis",
161 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in INITIALIZE_PASS_DEPENDENCY()
165 return new ModuleSummaryIndexWrapperPass(); in INITIALIZE_PASS_DEPENDENCY()
168 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass
173 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule()
183 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization()
188 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriterPass.cpp57 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule()
66 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
74 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/external/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h59 class ModuleSummaryIndexWrapperPass : public ModulePass {
65 ModuleSummaryIndexWrapperPass();