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

  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 148 MPM.add(createInstructionCombiningPass());// Clean up after IPCP & DAE
176 MPM.add(createInstructionCombiningPass()); // Combine silly seq's
184 MPM.add(createInstructionCombiningPass());
203 MPM.add(createInstructionCombiningPass());
212 MPM.add(createInstructionCombiningPass());
225 MPM.add(createInstructionCombiningPass()); // Clean up after everything.
276 PM.add(createInstructionCombiningPass());
294 PM.add(createInstructionCombiningPass());
313 PM.add(createInstructionCombiningPass());
  /external/llvm/include/llvm/Transforms/
Scalar.h 107 FunctionPass *createInstructionCombiningPass();
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 205 lto_passes.add(llvm::createInstructionCombiningPass());
224 lto_passes.add(llvm::createInstructionCombiningPass());
247 lto_passes.add(llvm::createInstructionCombiningPass());
  /external/llvm/include/llvm/
LinkAllPasses.h 89 (void) llvm::createInstructionCombiningPass();
  /external/llvm/lib/Transforms/Scalar/
Scalar.cpp 91 unwrap(PM)->add(createInstructionCombiningPass());
  /external/llvm/bindings/ocaml/transforms/scalar/
llvm_scalar_opts.mli 54 (** See the [llvm::createInstructionCombiningPass] function. *)
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 591 OurFPM.add(createInstructionCombiningPass());
  /external/clang/lib/CodeGen/
BackendUtil.cpp 196 PM.add(createInstructionCombiningPass());
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 836 OurFPM.add(createInstructionCombiningPass());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 954 OurFPM.add(createInstructionCombiningPass());
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1120 OurFPM.add(createInstructionCombiningPass());
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 595 milliseconds