Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp207 MPM.add(createInstructionCombiningPass());// Clean up after IPCP & DAE in populateModulePassManager()
234 MPM.add(createInstructionCombiningPass()); // Combine silly seq's in populateModulePassManager()
245 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
271 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
288 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
306 MPM.add(createInstructionCombiningPass()); // Clean up after everything. in populateModulePassManager()
328 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
338 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
342 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
355 MPM.add(createInstructionCombiningPass()); in populateModulePassManager()
[all …]
/external/llvm/include/llvm/Transforms/
DScalar.h133 FunctionPass *createInstructionCombiningPass();
/external/llvm/include/llvm/
DLinkAllPasses.h95 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
/external/llvm/lib/Transforms/Scalar/
DScalar.cpp125 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.cpp569 FPM->add(createInstructionCombiningPass()); in getPointerToFunction()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp920 OurFPM.add(createInstructionCombiningPass()); in main()
/external/clang/lib/CodeGen/
DBackendUtil.cpp216 PM.add(createInstructionCombiningPass()); in addMemorySanitizerPass()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp1041 OurFPM.add(createInstructionCombiningPass()); in main()
/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.cpp1217 OurFPM.add(createInstructionCombiningPass()); in main()
/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/initial/
Dtoy.cpp799 FPM->add(createInstructionCombiningPass()); in getPointerToFunction()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1469 OurFPM.add(createInstructionCombiningPass()); in main()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp969 FPM->add(createInstructionCombiningPass()); in compileModule()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1987 fpm.add(llvm::createInstructionCombiningPass()); in main()
/external/llvm/docs/tutorial/
DLangImpl4.rst138 OurFPM.add(createInstructionCombiningPass());
DLangImpl7.rst440 OurFPM.add(createInstructionCombiningPass());
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3057 FunctionPass *llvm::createInstructionCombiningPass() { in createInstructionCombiningPass() function in llvm