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

  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 164 MPM.add(createInstructionCombiningPass());// Clean up after IPCP & DAE
191 MPM.add(createInstructionCombiningPass()); // Combine silly seq's
201 MPM.add(createInstructionCombiningPass());
217 MPM.add(createInstructionCombiningPass());
232 MPM.add(createInstructionCombiningPass());
249 MPM.add(createInstructionCombiningPass()); // Clean up after everything.
262 MPM.add(createInstructionCombiningPass());
315 PM.add(createInstructionCombiningPass());
334 PM.add(createInstructionCombiningPass());
367 PM.add(createInstructionCombiningPass());
    [all...]
  /external/llvm/include/llvm/Transforms/
Scalar.h 111 FunctionPass *createInstructionCombiningPass();
  /external/llvm/include/llvm/
LinkAllPasses.h 86 (void) llvm::createInstructionCombiningPass();
  /external/llvm/lib/Transforms/Scalar/
Scalar.cpp 100 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 594 OurFPM.add(createInstructionCombiningPass());
  /external/clang/lib/CodeGen/
BackendUtil.cpp 202 PM.add(createInstructionCombiningPass());
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 839 OurFPM.add(createInstructionCombiningPass());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 957 OurFPM.add(createInstructionCombiningPass());
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 827 TheFPM->add(createInstructionCombiningPass());
1065 FPM->add(createInstructionCombiningPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp     [all...]
toy.cpp 927 FPM->add(createInstructionCombiningPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 800 FPM->add(createInstructionCombiningPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp     [all...]
toy.cpp 830 FPM->add(createInstructionCombiningPass());
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 1097 milliseconds