HomeSort by: relevance | last modified time | path
    Searched refs:Inliner (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
bugpoint.cpp 130 Builder.Inliner = createFunctionInliningPass(OptLevel, SizeLevel, false);
132 Builder.Inliner = createAlwaysInlinerLegacyPass();
208 Builder.Inliner = createFunctionInliningPass();
  /src/external/apache2/llvm/lib/libLLVMipo/
Makefile 30 Inliner.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 120 cl::desc("Disable pre-instrumentation inliner"));
124 cl::desc("Control the amount of inlining in pre-instrumentation inliner "
188 Inliner = nullptr;
217 delete Inliner;
343 // inliner to influence pre-inlining. The only fields of InlineParams we
347 // FIXME: The hint threshold has the same value used by the regular inliner
668 if (Inliner) {
669 MPM.add(Inliner);
670 Inliner = nullptr;
673 // FIXME: The BarrierNoopPass is a HACK! The inliner pass above implicitl
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.mli 36 (** See the [llvm::PassManagerBuilder::Inliner] function. *)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 143 /// Inliner - Specifies the inliner to use. If this is non-null, it is
145 Pass *Inliner;
  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
handle_llvm.cpp 90 Builder.Inliner = createFunctionInliningPass(OptLevel, SizeLevel, false);
  /src/external/apache2/llvm/dist/llvm/tools/opt/
opt.cpp 151 cl::desc("Do not run the inliner pass (legacy PM only)"));
374 Builder.Inliner = createFunctionInliningPass(OptLevel, SizeLevel, false);
376 Builder.Inliner = createAlwaysInlinerLegacyPass();
428 Builder.Inliner = createFunctionInliningPass();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp 429 delete Builder.Inliner;
430 Builder.Inliner = createFunctionInliningPass();
862 // This must occur before inlining, as the inliner will not look through
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 659 // At O0 and O1 we only run the always inliner which is more efficient. At
660 // higher optimization levels we run the normal inliner.
665 PMBuilder.Inliner = createAlwaysInlinerLegacyPass(InsertLifetimeIntrinsics);
670 PMBuilder.Inliner = createFunctionInliningPass(
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 319 PMB.Inliner = createFunctionInliningPass();
ThinLTOCodeGenerator.cpp 243 PMB.Inliner = createFunctionInliningPass();

Completed in 26 milliseconds