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

  /external/llvm/lib/Transforms/Utils/
Android.mk 32 SimplifyCFG.cpp \
SimplifyCFG.cpp 1 //===- SimplifyCFG.cpp - Code to perform CFG simplification ---------------===//
52 #define DEBUG_TYPE "simplifycfg"
59 DupRet("simplifycfg-dup-ret", cl::Hidden, cl::init(false),
63 SinkCommon("simplifycfg-sink-common", cl::Hidden, cl::init(true),
67 "simplifycfg-hoist-cond-stores", cl::Hidden, cl::init(true),
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 132 /// SimplifyCFG - This function is used to do simplification of a CFG. For
138 bool SimplifyCFG(BasicBlock *BB, const TargetTransformInfo &TTI,
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 40 #define DEBUG_TYPE "simplifycfg"
59 INITIALIZE_PASS_BEGIN(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
62 INITIALIZE_PASS_END(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
146 /// iterativelySimplifyCFG - Call SimplifyCFG on all the blocks in the function,
158 if (SimplifyCFG(BBIt++, TTI, DL)) {
  /art/compiler/optimizing/
graph_test.cc 65 // Test that the successors of an if block stay consistent after a SimplifyCFG.
87 graph->SimplifyCFG();
100 // Test that the successors of an if block stay consistent after a SimplifyCFG.
122 graph->SimplifyCFG();
135 // Test that the successors of an if block stay consistent after a SimplifyCFG.
171 // Test that the successors of an if block stay consistent after a SimplifyCFG.
207 // Test that the successors of an if block stay consistent after a SimplifyCFG.
247 // Test that the successors of an if block stay consistent after a SimplifyCFG.
nodes.cc 82 SimplifyCFG();
199 void HGraph::SimplifyCFG() {
nodes.h 96 void SimplifyCFG();
    [all...]

Completed in 89 milliseconds