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 132 MPM.add(createInstructionCombiningPass());// Clean up after IPCP & DAE
157 MPM.add(createInstructionCombiningPass()); // Combine silly seq's
165 MPM.add(createInstructionCombiningPass());
180 MPM.add(createInstructionCombiningPass());
189 MPM.add(createInstructionCombiningPass());
198 MPM.add(createInstructionCombiningPass()); // Clean up after everything.
247 PM.add(createInstructionCombiningPass());
265 PM.add(createInstructionCombiningPass());
281 PM.add(createInstructionCombiningPass());
  /external/llvm/include/llvm/Transforms/
Scalar.h 98 FunctionPass *createInstructionCombiningPass();
  /external/llvm/tools/llvm-ld/
Optimize.cpp 116 addPass(Passes, createInstructionCombiningPass());
  /external/llvm/include/llvm/
LinkAllPasses.h 82 (void) llvm::createInstructionCombiningPass();
  /external/llvm/lib/Transforms/Scalar/
Scalar.cpp 95 unwrap(PM)->add(createInstructionCombiningPass());
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 578 LTOPasses.add(llvm::createInstructionCombiningPass());
597 LTOPasses.add(llvm::createInstructionCombiningPass());
620 LTOPasses.add(llvm::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/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 304 milliseconds