Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp115 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
154 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
181 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
200 MPM.add(createInstructionCombiningPass()); in addFunctionSimplificationPasses()
227 PM.add(createInstructionCombiningPass()); in addVectorPasses()
248 PM.add(createInstructionCombiningPass()); // Clean up again in addVectorPasses()
261 PM.add(createInstructionCombiningPass()); in addVectorPasses()
269 PM.add(createInstructionCombiningPass()); in addVectorPasses()
287 PM.add(createInstructionCombiningPass()); in addVectorPasses()
336 MPM.add(createInstructionCombiningPass()); // Clean up after IPCP & DAE in populateModulePassManager()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h69 FunctionPass *createInstructionCombiningPass();
70 FunctionPass *createInstructionCombiningPass(unsigned MaxIterations);
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h112 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h138 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/
H A DLinkAllPasses.h107 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h229 FPM->add(createInstructionCombiningPass()); in optimizeModule()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.mli59 (** See the [llvm::createInstructionCombiningPass] function. *)
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp565 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp839 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp1137 OurFPM.add(createInstructionCombiningPass()); in main()
H A Dtoy.cpp829 FPM->add(createInstructionCombiningPass()); in compileModule()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp958 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1175 OurFPM.add(createInstructionCombiningPass()); in main()
H A Dtoy.cpp926 FPM->add(createInstructionCombiningPass()); in compileModule()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1129 TheFPM->add(createInstructionCombiningPass()); in InitializeModuleAndPassManager()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/
H A DBuildingAJIT2.rst108 FPM->add(createInstructionCombiningPass());
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp799 FPM->add(createInstructionCombiningPass()); in getPointerToFunction()
/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1937 fpm.add(llvm::createInstructionCombiningPass()); in main()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp969 FPM->add(createInstructionCombiningPass()); in compileModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4759 FunctionPass *llvm::createInstructionCombiningPass() { in createInstructionCombiningPass() function in llvm
4763 FunctionPass *llvm::createInstructionCombiningPass(unsigned MaxIterations) { in createInstructionCombiningPass() function in llvm
4768 unwrap(PM)->add(createInstructionCombiningPass()); in LLVMAddInstructionCombiningPass()
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst148 TheFPM->add(createInstructionCombiningPass());
H A DLangImpl07.rst444 TheFPM->add(createInstructionCombiningPass());