HomeSort by: relevance | last modified time | path
    Searched refs:createInstructionCombiningPass (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombine.h 12 /// legacy pass manager, use \c createInstructionCombiningPass().
66 FunctionPass *createInstructionCombiningPass();
67 FunctionPass *createInstructionCombiningPass(unsigned MaxIterations);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 359 MPM.add(createInstructionCombiningPass()); // Combine silly seq's
415 MPM.add(createInstructionCombiningPass());
454 MPM.add(createInstructionCombiningPass());
494 MPM.add(createInstructionCombiningPass());
518 MPM.add(createInstructionCombiningPass());
553 PM.add(createInstructionCombiningPass());
564 PM.add(createInstructionCombiningPass());
568 PM.add(createInstructionCombiningPass());
593 PM.add(createInstructionCombiningPass()); // Clean up again
609 PM.add(createInstructionCombiningPass());
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 115 FPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 141 FPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 232 FPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/include/llvm/
LinkAllPasses.h 121 (void) llvm::createInstructionCombiningPass();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 565 TheFPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 839 TheFPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 958 TheFPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1129 TheFPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 1175 OurFPM.add(createInstructionCombiningPass());
toy.cpp 926 FPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 799 FPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 1137 OurFPM.add(createInstructionCombiningPass());
toy.cpp 829 FPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 1937 fpm.add(llvm::createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 969 FPM->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 4128 FunctionPass *llvm::createInstructionCombiningPass() {
4132 FunctionPass *llvm::createInstructionCombiningPass(unsigned MaxIterations) {
4137 unwrap(PM)->add(createInstructionCombiningPass());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 342 PM.add(createInstructionCombiningPass());

Completed in 123 milliseconds