Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp228 MPM.add(createInstructionCombiningPass());// Clean up after IPCP & DAE in populateModulePassManager()
261 MPM.add(createInstructionCombiningPass()); // Combine silly seq's in populateModulePassManager()
272 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
299 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
316 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
334 MPM.add(createInstructionCombiningPass()); // Clean up after everything. in populateModulePassManager()
400 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
410 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
414 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
427 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
[all …]
/external/llvm/include/llvm/Transforms/
DScalar.h135 FunctionPass *createInstructionCombiningPass();
/external/llvm/include/llvm/
DLinkAllPasses.h101 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
/external/llvm/lib/Transforms/Scalar/
DScalar.cpp130 unwrap(PM)->add(createInstructionCombiningPass()); in LLVMAddInstructionCombiningPass()
/external/llvm/bindings/ocaml/transforms/scalar_opts/
Dllvm_scalar_opts.mli55 (** See the [llvm::createInstructionCombiningPass] function. *)
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp538 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp812 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/external/clang/lib/CodeGen/
DBackendUtil.cpp229 PM.add(createInstructionCombiningPass()); in addMemorySanitizerPass()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp930 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp1139 OurFPM.add(createInstructionCombiningPass()); in main()
Dtoy.cpp829 FPM->add(createInstructionCombiningPass()); in compileModule()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1179 OurFPM.add(createInstructionCombiningPass()); in main()
Dtoy.cpp926 FPM->add(createInstructionCombiningPass()); in compileModule()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1096 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp799 FPM->add(createInstructionCombiningPass()); in getPointerToFunction()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1989 fpm.add(llvm::createInstructionCombiningPass()); in main()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp969 FPM->add(createInstructionCombiningPass()); in compileModule()
/external/llvm/docs/tutorial/
DLangImpl4.rst143 TheFPM.add(createInstructionCombiningPass());
DLangImpl7.rst443 OurFPM.add(createInstructionCombiningPass());
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3166 FunctionPass *llvm::createInstructionCombiningPass() { in createInstructionCombiningPass() function in llvm