| /external/llvm/lib/Analysis/ |
| D | ModuleSummaryAnalysis.cpp | 157 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/ |
| D | BitcodeWriterPass.cpp | 57 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule() 66 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage() 74 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriterPass.cpp | 56 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule() 65 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage() 73 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
| /external/llvm-project/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriterPass.cpp | 56 ? &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()) in runOnModule() 65 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage() 73 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | ModuleSummaryAnalysis.h | 54 class ModuleSummaryIndexWrapperPass : public ModulePass { 60 ModuleSummaryIndexWrapperPass();
|
| /external/llvm/include/llvm/Analysis/ |
| D | ModuleSummaryAnalysis.h | 59 class ModuleSummaryIndexWrapperPass : public ModulePass { 65 ModuleSummaryIndexWrapperPass();
|
| /external/llvm-project/llvm/include/llvm/Analysis/ |
| D | ModuleSummaryAnalysis.h | 57 class ModuleSummaryIndexWrapperPass : public ModulePass { 63 ModuleSummaryIndexWrapperPass();
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ModuleSummaryAnalysis.cpp | 844 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()
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | ModuleSummaryAnalysis.cpp | 862 char ModuleSummaryIndexWrapperPass::ID = 0; 864 INITIALIZE_PASS_BEGIN(ModuleSummaryIndexWrapperPass, "module-summary-analysis", 869 INITIALIZE_PASS_END(ModuleSummaryIndexWrapperPass, "module-summary-analysis", in INITIALIZE_PASS_DEPENDENCY() 873 return new ModuleSummaryIndexWrapperPass(); in INITIALIZE_PASS_DEPENDENCY() 876 ModuleSummaryIndexWrapperPass::ModuleSummaryIndexWrapperPass() in ModuleSummaryIndexWrapperPass() function in ModuleSummaryIndexWrapperPass 881 bool ModuleSummaryIndexWrapperPass::runOnModule(Module &M) { in runOnModule() 901 bool ModuleSummaryIndexWrapperPass::doFinalization(Module &M) { in doFinalization() 906 void ModuleSummaryIndexWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | ThinLTOBitcodeWriter.cpp | 512 &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()); in runOnModule() 519 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage() 529 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|
| /external/llvm-project/llvm/lib/Transforms/IPO/ |
| D | ThinLTOBitcodeWriter.cpp | 512 &(getAnalysis<ModuleSummaryIndexWrapperPass>().getIndex()); in runOnModule() 519 AU.addRequired<ModuleSummaryIndexWrapperPass>(); in getAnalysisUsage() 529 INITIALIZE_PASS_DEPENDENCY(ModuleSummaryIndexWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
|