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

  /external/llvm/lib/Transforms/Utils/
Android.mk 28 SimplifyCFG.cpp \
SimplifyCFG.cpp 1 //===- SimplifyCFG.cpp - Code to perform CFG simplification ---------------===//
14 #define DEBUG_TYPE "simplifycfg"
57 DupRet("simplifycfg-dup-ret", cl::Hidden, cl::init(false),
61 SinkCommon("simplifycfg-sink-common", cl::Hidden, cl::init(true),
65 HoistCondStores("simplifycfg-hoist-cond-stores", cl::Hidden, cl::init(true),
    [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/Transforms/Scalar/
SimplifyCFGPass.cpp 24 #define DEBUG_TYPE "simplifycfg"
58 INITIALIZE_PASS_BEGIN(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
61 INITIALIZE_PASS_END(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
300 /// iterativelySimplifyCFG - Call SimplifyCFG on all the blocks in the function,
312 if (SimplifyCFG(BBIt++, TTI, TD)) {

Completed in 2812 milliseconds