Searched refs:createGVNPass (Results 1 - 19 of 19) sorted by relevance

/external/llvm/include/llvm/Transforms/
H A DScalar.h294 FunctionPass *createGVNPass(bool NoLoads = false);
/external/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp211 MPM.add(createGVNPass()); // Remove redundancies
235 MPM.add(createGVNPass()); // Remove redundancies
349 PM.add(createGVNPass(DisableGVNLoadPRE)); // Remove redundancies.
/external/llvm/include/llvm/
H A DLinkAllPasses.h137 (void) llvm::createGVNPass();
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp143 addPass(createGVNPass());
/external/llvm/lib/Transforms/Scalar/
H A DScalar.cpp92 unwrap(PM)->add(createGVNPass());
H A DGVN.cpp724 // createGVNPass - The public interface to this file...
725 FunctionPass *llvm::createGVNPass(bool NoLoads) { function in class:llvm
/external/llvm/bindings/ocaml/transforms/scalar/
H A Dllvm_scalar_opts.mli111 (** See the [llvm::createGVNPass] function. *)
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp598 OurFPM.add(createGVNPass());
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp201 PM.add(createGVNPass());
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp843 OurFPM.add(createGVNPass());
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp961 OurFPM.add(createGVNPass());
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp831 TheFPM->add(createGVNPass());
1069 FPM->add(createGVNPass());
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1127 OurFPM.add(createGVNPass());
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1184 OurFPM.add(createGVNPass());
H A Dtoy.cpp931 FPM->add(createGVNPass());
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp804 FPM->add(createGVNPass());
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp1144 OurFPM.add(createGVNPass());
H A Dtoy.cpp834 FPM->add(createGVNPass());
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1998 fpm.add(llvm::createGVNPass());

Completed in 2636 milliseconds