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

  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 118 FPM.add(createCFGSimplificationPass());
160 MPM.add(createCFGSimplificationPass()); // Clean up after IPCP & DAE
184 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
188 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
238 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
374 PM.add(createCFGSimplificationPass());
  /external/llvm/include/llvm/Transforms/
Scalar.h 199 FunctionPass *createCFGSimplificationPass();
  /external/llvm/include/llvm/
LinkAllPasses.h 64 (void) llvm::createCFGSimplificationPass();
  /external/llvm/lib/Transforms/Scalar/
Scalar.cpp 75 unwrap(PM)->add(createCFGSimplificationPass());
SimplifyCFGPass.cpp 65 FunctionPass *llvm::createCFGSimplificationPass() {
  /external/llvm/bindings/ocaml/transforms/scalar/
llvm_scalar_opts.mli 101 (** See the [llvm::createCFGSimplificationPass] function. *)
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 597 OurFPM.add(createCFGSimplificationPass());
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 842 OurFPM.add(createCFGSimplificationPass());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 960 OurFPM.add(createCFGSimplificationPass());
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 832 TheFPM->add(createCFGSimplificationPass());
1070 FPM->add(createCFGSimplificationPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp     [all...]
toy.cpp 932 FPM->add(createCFGSimplificationPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 805 FPM->add(createCFGSimplificationPass());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp     [all...]
toy.cpp 835 FPM->add(createCFGSimplificationPass());
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]

Completed in 193 milliseconds