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

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
Local.h 122 /// SimplifyCFG - This function is used to do simplification of a CFG. For
128 bool SimplifyCFG(BasicBlock *BB, const TargetData *TD = 0);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 1 //===- SimplifyCFG.cpp - Code to perform CFG simplification ---------------===//
14 #define DEBUG_TYPE "simplifycfg"
48 DupRet("simplifycfg-dup-ret", cl::Hidden, cl::init(false),
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 1 //===- SimplifyCFG.cpp - Code to perform CFG simplification ---------------===//
55 #define DEBUG_TYPE "simplifycfg"
67 "simplifycfg-dup-ret", cl::Hidden, cl::init(false),
71 SinkCommon("simplifycfg-sink-common", cl::Hidden, cl::init(true),
75 "simplifycfg-hoist-cond-stores", cl::Hidden, cl::init(true),
79 "simplifycfg-merge-cond-stores", cl::Hidden, cl::init(true),
85 "simplifycfg-merge-cond-stores-aggressively", cl::Hidden, cl::init(false),
    [all...]
  /art/compiler/optimizing/
graph_test.cc 69 // Test that the successors of an if block stay consistent after a SimplifyCFG.
91 graph->SimplifyCFG();
104 // Test that the successors of an if block stay consistent after a SimplifyCFG.
126 graph->SimplifyCFG();
139 // Test that the successors of an if block stay consistent after a SimplifyCFG.
174 // Test that the successors of an if block stay consistent after a SimplifyCFG.
209 // Test that the successors of an if block stay consistent after a SimplifyCFG.
248 // Test that the successors of an if block stay consistent after a SimplifyCFG.
dead_code_elimination.cc 278 graph_->SimplifyCFG();
nodes.cc 163 SimplifyCFG();
400 void HGraph::SimplifyCFG() {
    [all...]
nodes.h 373 void SimplifyCFG();
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 134 /// parameter, providing the set of loop header that SimplifyCFG should not
136 bool SimplifyCFG(BasicBlock *BB, const TargetTransformInfo &TTI,
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 162 // Otherwise, insert unreachable instructions and call simplifycfg.
172 SimplifyCFG(BB, TTI, 1);
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 41 #include "llvm/Transforms/Scalar/SimplifyCFG.h"
46 #define DEBUG_TYPE "simplifycfg"
129 /// Call SimplifyCFG on all the blocks in the function,
148 if (SimplifyCFG(&*BBIt++, TTI, BonusInstThreshold, AC, &LoopHeaders)) {
233 INITIALIZE_PASS_BEGIN(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
237 INITIALIZE_PASS_END(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 24 #define DEBUG_TYPE "simplifycfg"
54 INITIALIZE_PASS(CFGSimplifyPass, "simplifycfg",
284 /// IterativeSimplifyCFG - Call SimplifyCFG on all the blocks in the function,
295 if (SimplifyCFG(BBIt++, TD)) {
  /external/swiftshader/third_party/LLVM/
Android.mk 357 lib/Transforms/Utils/SimplifyCFG.cpp \

Completed in 346 milliseconds