Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h57 class ModuleSummaryIndexWrapperPass : public ModulePass {
63 ModuleSummaryIndexWrapperPass();
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp1116 char ModuleSummaryIndexWrapperPass::ID = 0; in mayHaveMemprofSummary()
1118 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in mayHaveMemprofSummary()
1123 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in mayHaveMemprofSummary()
1127 return new ModuleSummaryIndexWrapperPass(); in mayHaveMemprofSummary()
1130 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in mayHaveMemprofSummary()
1135 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in mayHaveMemprofSummary()
1155 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) {
1160 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const {
1054 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp76 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass)
81 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) INITIALIZE_PASS_DEPENDENCY() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp98 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument