Home
last modified time | relevance | path

Searched refs:createInstructionCombiningPass (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPassManagerBuilder.cpp118 MPM.add(createInstructionCombiningPass());// Clean up after IPCP & DAE in populateModulePassManager()
143 MPM.add(createInstructionCombiningPass()); // Combine silly seq's in populateModulePassManager()
151 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
166 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
175 MPM.add(createInstructionCombiningPass()); // Clean up after everything. in populateModulePassManager()
222 PM.add(createInstructionCombiningPass()); in populateLTOPassManager()
240 PM.add(createInstructionCombiningPass()); in populateLTOPassManager()
256 PM.add(createInstructionCombiningPass()); in populateLTOPassManager()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/
DScalar.h98 FunctionPass *createInstructionCombiningPass();
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
DOptimize.cpp116 addPass(Passes, createInstructionCombiningPass()); in Optimize()
/external/llvm/include/llvm/Transforms/
DScalar.h133 FunctionPass *createInstructionCombiningPass(bool ExpensiveCombines = true);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h114 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h124 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/external/swiftshader/third_party/LLVM/include/llvm/
DLinkAllPasses.h81 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalar.cpp94 unwrap(PM)->add(createInstructionCombiningPass()); in LLVMAddInstructionCombiningPass()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h212 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/external/llvm/include/llvm/
DLinkAllPasses.h109 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h244 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/external/llvm/lib/Transforms/Scalar/
DScalar.cpp135 unwrap(PM)->add(createInstructionCombiningPass()); in LLVMAddInstructionCombiningPass()
/external/swiftshader/third_party/LLVM/bindings/ocaml/transforms/scalar/
Dllvm_scalar_opts.mli54 (** See the [llvm::createInstructionCombiningPass] function. *)
/external/llvm/bindings/ocaml/transforms/scalar_opts/
Dllvm_scalar_opts.mli55 (** See the [llvm::createInstructionCombiningPass] function. *)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dstreamout_jit.cpp306 passes.add(createInstructionCombiningPass()); in Create()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp591 OurFPM.add(createInstructionCombiningPass()); in main()
/external/clang/lib/CodeGen/
DBackendUtil.cpp189 PM.add(createInstructionCombiningPass()); in addCleanupPassesForSampleProfiler()
249 PM.add(createInstructionCombiningPass()); in addMemorySanitizerPass()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp548 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp836 OurFPM.add(createInstructionCombiningPass()); in main()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp954 OurFPM.add(createInstructionCombiningPass()); in main()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp820 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp208 PM.add(createInstructionCombiningPass(ExpensiveCombines)); in addInstructionCombiningPass()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp1135 OurFPM.add(createInstructionCombiningPass()); in main()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1120 OurFPM.add(createInstructionCombiningPass()); in main()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1175 OurFPM.add(createInstructionCombiningPass()); in main()

12