Searched refs:createCFGSimplificationPass (Results 1 - 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp91 FPM.add(createCFGSimplificationPass());
119 MPM.add(createCFGSimplificationPass()); // Clean up after IPCP & DAE
142 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
146 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
174 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
261 PM.add(createCFGSimplificationPass());
/external/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp223 FPM.add(createCFGSimplificationPass());
251 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
257 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
263 MPM.add(createCFGSimplificationPass());
270 MPM.add(createCFGSimplificationPass());
325 MPM.add(createCFGSimplificationPass()); // Merge & remove BBs
380 MPM.add(createCFGSimplificationPass()); // Clean up after IPCP & DAE
517 MPM.add(createCFGSimplificationPass());
545 MPM.add(createCFGSimplificationPass());
703 PM.add(createCFGSimplificationPass()); // i
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/
H A DScalar.h189 FunctionPass *createCFGSimplificationPass();
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
H A DOptimize.cpp117 addPass(Passes, createCFGSimplificationPass());
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h117 FPM->add(createCFGSimplificationPass());
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h127 FPM->add(createCFGSimplificationPass());
/external/llvm/include/llvm/Transforms/
H A DScalar.h245 FunctionPass *createCFGSimplificationPass(
/external/swiftshader/third_party/LLVM/include/llvm/
H A DLinkAllPasses.h58 (void) llvm::createCFGSimplificationPass();
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DScalar.cpp78 unwrap(PM)->add(createCFGSimplificationPass());
H A DSimplifyCFGPass.cpp58 FunctionPass *llvm::createCFGSimplificationPass() { function in class:llvm
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dstreamout_jit.cpp301 passes.add(createCFGSimplificationPass());
304 passes.add(createCFGSimplificationPass());
H A Dblend_jit.cpp794 passes.add(createCFGSimplificationPass());
797 passes.add(createCFGSimplificationPass());
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h215 FPM->add(createCFGSimplificationPass());
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A DKaleidoscopeJIT.h247 FPM->add(createCFGSimplificationPass());
/external/llvm/include/llvm/
H A DLinkAllPasses.h76 (void) llvm::createCFGSimplificationPass();
/external/llvm/lib/Transforms/Scalar/
H A DScalar.cpp111 unwrap(PM)->add(createCFGSimplificationPass());
H A DSimplifyCFGPass.cpp242 llvm::createCFGSimplificationPass(int Threshold, function in class:llvm
/external/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.mli25 (** See the [llvm::createCFGSimplificationPass] function. *)
/external/swiftshader/third_party/LLVM/bindings/ocaml/transforms/scalar/
H A Dllvm_scalar_opts.mli101 (** See the [llvm::createCFGSimplificationPass] function. *)
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp554 TheFPM->add(createCFGSimplificationPass());
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp308 addPass(createCFGSimplificationPass());
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp365 addPass(createCFGSimplificationPass(-1, [this](const Function &F) {
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp597 OurFPM.add(createCFGSimplificationPass());
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp826 TheFPM->add(createCFGSimplificationPass());
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp842 OurFPM.add(createCFGSimplificationPass());

Completed in 817 milliseconds

12