Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/
H A DScalar.h238 FunctionPass *createReassociatePass();
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h113 FPM->add(createReassociatePass()); in optimizeModule()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DCodegenCleanup.cpp79 FPM->add(createReassociatePass()); in doInitialization()
/llvm-project-15.0.7/polly/lib/Transform/
H A DCanonicalization.cpp50 PM.add(llvm::createReassociatePass()); in registerCanonicalicationPasses()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h139 FPM->add(createReassociatePass()); in optimizeModule()
/llvm-project-15.0.7/llvm/include/llvm/
H A DLinkAllPasses.h154 (void) llvm::createReassociatePass(); in ForcePassLinking()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h230 FPM->add(createReassociatePass()); in optimizeModule()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DScalar.cpp225 unwrap(PM)->add(createReassociatePass()); in LLVMAddReassociatePass()
H A DReassociate.cpp2640 FunctionPass *llvm::createReassociatePass() { in createReassociatePass() function in llvm
/llvm-project-15.0.7/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.mli124 (** See the [llvm::createReassociatePass] function. *)
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp567 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp352 MPM.add(createReassociatePass()); // Reassociate expressions in addFunctionSimplificationPasses()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp841 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1177 OurFPM.add(createReassociatePass()); in main()
H A Dtoy.cpp928 FPM->add(createReassociatePass()); in compileModule()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp960 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp1139 OurFPM.add(createReassociatePass()); in main()
H A Dtoy.cpp831 FPM->add(createReassociatePass()); in compileModule()
/llvm-project-15.0.7/llvm/docs/tutorial/
H A DBuildingAJIT2.rst109 FPM->add(createReassociatePass());
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1131 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp801 FPM->add(createReassociatePass()); in getPointerToFunction()
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1940 fpm.add(llvm::createReassociatePass()); in main()
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp971 FPM->add(createReassociatePass()); in compileModule()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst150 TheFPM->add(createReassociatePass());
H A DLangImpl07.rst446 TheFPM->add(createReassociatePass());