HomeSort by relevance Sort by last modified time
    Searched refs:createGVNPass (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Transforms/
Scalar.h 295 FunctionPass *createGVNPass(bool NoLoads = false);
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 206 MPM.add(createGVNPass()); // Remove redundancies
227 MPM.add(createGVNPass()); // Remove redundancies
273 MPM.add(createGVNPass()); // Remove redundancies
363 PM.add(createGVNPass(DisableGVNLoadPRE)); // Remove redundancies.
  /external/llvm/include/llvm/
LinkAllPasses.h 144 (void) llvm::createGVNPass();
  /external/llvm/lib/Transforms/Scalar/
Scalar.cpp 83 unwrap(PM)->add(createGVNPass());
GVN.cpp 706 // createGVNPass - The public interface to this file...
707 FunctionPass *llvm::createGVNPass(bool NoLoads) {
    [all...]
  /external/llvm/bindings/ocaml/transforms/scalar/
llvm_scalar_opts.mli 111 (** See the [llvm::createGVNPass] function. *)
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 595 OurFPM.add(createGVNPass());
  /external/clang/lib/CodeGen/
BackendUtil.cpp 195 PM.add(createGVNPass());
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 840 OurFPM.add(createGVNPass());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 958 OurFPM.add(createGVNPass());
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 830 TheFPM->add(createGVNPass());
1068 FPM->add(createGVNPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp     [all...]
toy.cpp 930 FPM->add(createGVNPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 803 FPM->add(createGVNPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp     [all...]
toy.cpp 833 FPM->add(createGVNPass());
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]

Completed in 8387 milliseconds