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

  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 179 FPM.add(createCFGSimplificationPass());
230 MPM.add(createCFGSimplificationPass()); // Clean up after IPCP & DAE
260 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
265 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
271 MPM.add(createCFGSimplificationPass());
278 MPM.add(createCFGSimplificationPass());
333 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
413 MPM.add(createCFGSimplificationPass());
441 MPM.add(createCFGSimplificationPass());
565 PM.add(createCFGSimplificationPass()); // if-conver
    [all...]
  /external/llvm/include/llvm/Transforms/
Scalar.h 251 FunctionPass *createCFGSimplificationPass(
  /external/llvm/include/llvm/
LinkAllPasses.h 71 (void) llvm::createCFGSimplificationPass();
  /external/llvm/lib/Transforms/Scalar/
Scalar.cpp 106 unwrap(PM)->add(createCFGSimplificationPass());
SimplifyCFGPass.cpp 235 llvm::createCFGSimplificationPass(int Threshold,
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 224 addPass(createCFGSimplificationPass());
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 544 TheFPM->add(createCFGSimplificationPass());
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 341 addPass(createCFGSimplificationPass(-1, [this](const Function &F) {
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 818 TheFPM->add(createCFGSimplificationPass());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 936 TheFPM->add(createCFGSimplificationPass());
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1102 TheFPM->add(createCFGSimplificationPass());
    [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...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 975 FPM->add(createCFGSimplificationPass());
    [all...]

Completed in 3028 milliseconds