Home
last modified time | relevance | path

Searched refs:createReassociatePass (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
H A DScalar.h244 FunctionPass *createReassociatePass();
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h116 FPM->add(createReassociatePass()); in optimizeModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h142 FPM->add(createReassociatePass()); in optimizeModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A DLinkAllPasses.h160 (void) llvm::createReassociatePass(); in ForcePassLinking()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalar.cpp233 unwrap(PM)->add(createReassociatePass()); in LLVMAddReassociatePass()
H A DReassociate.cpp2614 FunctionPass *llvm::createReassociatePass() { in createReassociatePass() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h233 FPM->add(createReassociatePass()); in optimizeModule()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.mli129 (** See the [llvm::createReassociatePass] function. *)
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp567 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp841 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp1139 OurFPM.add(createReassociatePass()); in main()
H A Dtoy.cpp831 FPM->add(createReassociatePass()); in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1177 OurFPM.add(createReassociatePass()); in main()
H A Dtoy.cpp928 FPM->add(createReassociatePass()); in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp960 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp428 MPM.add(createReassociatePass()); // Reassociate expressions in addFunctionSimplificationPasses()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT2.rst109 FPM->add(createReassociatePass());
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1131 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp801 FPM->add(createReassociatePass()); in getPointerToFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1940 fpm.add(llvm::createReassociatePass()); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp971 FPM->add(createReassociatePass()); in compileModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp339 PM.add(createReassociatePass()); in addGeneralOptsForMemorySanitizer()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst150 TheFPM->add(createReassociatePass());
H A DLangImpl07.rst446 TheFPM->add(createReassociatePass());