Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Analysis/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp844 char ModuleSummaryIndexWrapperPass::ID = 0;
846 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis",
850 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in INITIALIZE_PASS_DEPENDENCY()
854 return new ModuleSummaryIndexWrapperPass(); in INITIALIZE_PASS_DEPENDENCY()
857 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass
862 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule()
875 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization()
880 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp57 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule()
66 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
74 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp56 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule()
65 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
73 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h54 class ModuleSummaryIndexWrapperPass : public ModulePass {
60 ModuleSummaryIndexWrapperPass();
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h59 class ModuleSummaryIndexWrapperPass : public ModulePass {
65 ModuleSummaryIndexWrapperPass();
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h57 class ModuleSummaryIndexWrapperPass : public ModulePass {
63 ModuleSummaryIndexWrapperPass();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DModuleSummaryAnalysis.h57 class ModuleSummaryIndexWrapperPass : public ModulePass {
63 ModuleSummaryIndexWrapperPass();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DModuleSummaryAnalysis.h57 class ModuleSummaryIndexWrapperPass : public ModulePass {
63 ModuleSummaryIndexWrapperPass();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DModuleSummaryAnalysis.h57 class ModuleSummaryIndexWrapperPass : public ModulePass {
63 ModuleSummaryIndexWrapperPass();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DModuleSummaryAnalysis.h57 class ModuleSummaryIndexWrapperPass : public ModulePass {
63 ModuleSummaryIndexWrapperPass();
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp512 &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()); in runOnModule()
519 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage()
529 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILWriterPass.cpp98 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument