Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/
DScalar.h175 FunctionPass *createReassociatePass();
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
DKaleidoscopeJIT.h115 FPM->add(createReassociatePass()); in optimizeModule()
/external/llvm/include/llvm/Transforms/
DScalar.h230 FunctionPass *createReassociatePass();
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h125 FPM->add(createReassociatePass()); in optimizeModule()
/external/swiftshader/third_party/LLVM/include/llvm/
DLinkAllPasses.h115 (void) llvm::createReassociatePass(); in ForcePassLinking()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalar.cpp134 unwrap(PM)->add(createReassociatePass()); in LLVMAddReassociatePass()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h213 FPM->add(createReassociatePass()); in optimizeModule()
/external/llvm/include/llvm/
DLinkAllPasses.h142 (void) llvm::createReassociatePass(); in ForcePassLinking()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h245 FPM->add(createReassociatePass()); in optimizeModule()
/external/llvm/lib/Transforms/Scalar/
DScalar.cpp191 unwrap(PM)->add(createReassociatePass()); in LLVMAddReassociatePass()
/external/swiftshader/third_party/LLVM/bindings/ocaml/transforms/scalar/
Dllvm_scalar_opts.mli92 (** See the [llvm::createReassociatePass] function. *)
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPassManagerBuilder.cpp147 MPM.add(createReassociatePass()); // Reassociate expressions in populateModulePassManager()
/external/llvm/bindings/ocaml/transforms/scalar_opts/
Dllvm_scalar_opts.mli120 (** See the [llvm::createReassociatePass] function. *)
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp593 OurFPM.add(createReassociatePass()); in main()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp550 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp838 OurFPM.add(createReassociatePass()); in main()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp956 OurFPM.add(createReassociatePass()); in main()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp822 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp258 MPM.add(createReassociatePass()); // Reassociate expressions in addFunctionSimplificationPasses()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1122 OurFPM.add(createReassociatePass()); in main()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1177 OurFPM.add(createReassociatePass()); in main()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp1137 OurFPM.add(createReassociatePass()); in main()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp940 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1106 TheFPM->add(createReassociatePass()); in InitializeModuleAndPassManager()
/external/clang/lib/CodeGen/
DBackendUtil.cpp246 PM.add(createReassociatePass()); in addMemorySanitizerPass()

12