| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | Inliner.cpp | 585 class InlinerPass : public InlinerBase<InlinerPass> { class 587 InlinerPass(); 588 InlinerPass(const InlinerPass &) = default; 636 InlinerPass::InlinerPass() : InlinerPass(defaultInlinerOptPipeline) {} in InlinerPass() function in InlinerPass 637 InlinerPass::InlinerPass(std::function<void(OpPassManager &)> defaultPipeline) in InlinerPass() function in InlinerPass 650 InlinerPass::InlinerPass(std::function<void(OpPassManager &)> defaultPipeline, in InlinerPass() function in InlinerPass 652 : InlinerPass(std::move(defaultPipeline)) { in InlinerPass() 662 void InlinerPass::runOnOperation() { in runOnOperation() 784 InlinerPass::optimizeCallable(CallGraphNode *node, in optimizeCallable() 801 LogicalResult InlinerPass::initializeOptions(StringRef options) { in initializeOptions() [all …]
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | scc-deleted-printer.ll | 6 ; CHECK: IR Dump Before InlinerPass on (tester, foo) 7 ; CHECK: IR Dump After InlinerPass on (tester, foo) (invalidated) 8 ; CHECK: IR Dump Before InlinerPass on (tester) 9 ; CHECK: IR Dump After InlinerPass on (tester)
|
| H A D | debug-pass-manager.ll | 10 ; QUIET: Running pass: InlinerPass 14 ; NORMAL: Running pass: InlinerPass 18 ; VERBOSE: Running pass: InlinerPass
|
| H A D | scc-pass-printer.ll | 10 ; INL: IR Dump After InlinerPass on (foo, bar) *** 15 ; INL: IR Dump After InlinerPass on (tester) *** 19 ; INL-MOD-LABEL:*** IR Dump After InlinerPass on (foo, bar) *** 28 ; INL-MOD-LABEL:*** IR Dump After InlinerPass on (tester) ***
|
| H A D | new-pm-pgo-preinline.ll | 10 ; CHECK-Osz-NEXT: Running pass: InlinerPass on (foo) 11 ; CHECK-Osz-NEXT: Running pass: InlinerPass on (foo)
|
| H A D | new-pm-thinlto-prelink-pgo-defaults.ll | 66 ; CHECK-O123SZ-NEXT: Running pass: InlinerPass on (foo) 67 ; CHECK-O123SZ-NEXT: Running pass: InlinerPass on (foo) 101 ; CHECK-O-NEXT: Running pass: InlinerPass 102 ; CHECK-O-NEXT: Running pass: InlinerPass
|
| H A D | new-pm-lto-defaults.ll | 84 ; CHECK-O23SZ-NEXT: Running pass: InlinerPass 85 ; CHECK-O23SZ-NEXT: Running pass: InlinerPass
|
| H A D | new-pm-thinlto-prelink-samplepgo-defaults.ll | 82 ; CHECK-O-NEXT: Running pass: InlinerPass 83 ; CHECK-O-NEXT: Running pass: InlinerPass
|
| H A D | new-pm-thinlto-postlink-pgo-defaults.ll | 78 ; CHECK-O-NEXT: Running pass: InlinerPass 79 ; CHECK-O-NEXT: Running pass: InlinerPass
|
| H A D | new-pm-thinlto-postlink-samplepgo-defaults.ll | 87 ; CHECK-O-NEXT: Running pass: InlinerPass 88 ; CHECK-O-NEXT: Running pass: InlinerPass
|
| H A D | new-pm-thinlto-defaults.ll | 104 ; CHECK-O-NEXT: Running pass: InlinerPass 105 ; CHECK-O-NEXT: Running pass: InlinerPass
|
| H A D | new-pm-defaults.ll | 139 ; CHECK-O-NEXT: Running pass: InlinerPass 140 ; CHECK-O-NEXT: Running pass: InlinerPass
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Inliner.h | 96 class InlinerPass : public PassInfoMixin<InlinerPass> { 98 InlinerPass(bool OnlyMandatory = false, 101 InlinerPass(InlinerPass &&Arg) = default;
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | clear-analyses.ll | 10 ; CHECK: Running pass: InlinerPass on (callee) 13 ; CHECK: Running pass: InlinerPass on (caller)
|
| H A D | cgscc-incremental-invalidate.ll | 9 ; CHECK: Running pass: InlinerPass on (test1_f, test1_g, test1_h)
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 705 InlinerPass::getAdvisor(const ModuleAnalysisManagerCGSCCProxy::Result &MAM, in getAdvisor() 743 PreservedAnalyses InlinerPass::run(LazyCallGraph::SCC &InitialC, in run() 1128 PM.addPass(InlinerPass(/*OnlyMandatory*/ true)); in ModuleInlinerWrapperPass() 1132 PM.addPass(InlinerPass()); in ModuleInlinerWrapperPass() 1176 void InlinerPass::printPipeline( in printPipeline() 1178 static_cast<PassInfoMixin<InlinerPass> *>(this)->printPipeline( in printPipeline()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | infer-addrpace-pipeline.ll | 9 ; NPM: Running pass: InlinerPass
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | thinlto-distributed-newpm.ll | 40 ; CHECK-O: Running pass: InlinerPass on (main)
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 182 "InlinerPass", 184 return InlinerPass(OnlyMandatory);
|