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

  /external/llvm/lib/Transforms/Utils/
Android.mk 34 SimplifyCFG.cpp \
SimplifyCFG.cpp 1 //===- SimplifyCFG.cpp - Code to perform CFG simplification ---------------===//
54 #define DEBUG_TYPE "simplifycfg"
65 DupRet("simplifycfg-dup-ret", cl::Hidden, cl::init(false),
69 SinkCommon("simplifycfg-sink-common", cl::Hidden, cl::init(true),
73 "simplifycfg-hoist-cond-stores", cl::Hidden, cl::init(true),
77 "simplifycfg-merge-cond-stores", cl::Hidden, cl::init(true),
83 "simplifycfg-merge-cond-stores-aggressively", cl::Hidden, cl::init(false),
    [all...]
  /art/compiler/optimizing/
graph_test.cc 70 // Test that the successors of an if block stay consistent after a SimplifyCFG.
92 graph->SimplifyCFG();
105 // Test that the successors of an if block stay consistent after a SimplifyCFG.
127 graph->SimplifyCFG();
140 // Test that the successors of an if block stay consistent after a SimplifyCFG.
175 // Test that the successors of an if block stay consistent after a SimplifyCFG.
210 // Test that the successors of an if block stay consistent after a SimplifyCFG.
249 // Test that the successors of an if block stay consistent after a SimplifyCFG.
nodes.cc 164 SimplifyCFG();
405 void HGraph::SimplifyCFG() {
    [all...]
nodes.h 342 void SimplifyCFG();
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 133 /// SimplifyCFG - This function is used to do simplification of a CFG. For
139 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 24 #include "llvm/Transforms/Scalar/SimplifyCFG.h"
44 #define DEBUG_TYPE "simplifycfg"
127 /// Call SimplifyCFG on all the blocks in the function,
139 if (SimplifyCFG(&*BBIt++, TTI, BonusInstThreshold, AC)) {
226 INITIALIZE_PASS_BEGIN(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
230 INITIALIZE_PASS_END(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,

Completed in 735 milliseconds