Searched refs:DisableSimplifyCFG (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/bugpoint/
H A DExtractFunction.cpp40 bool DisableSimplifyCFG = false; member in namespace:llvm
49 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),
118 if (Simplification && !DisableSimplifyCFG)
H A DBugDriver.h41 extern bool DisableSimplifyCFG;
H A DCrashDebugger.cpp730 if (!DisableSimplifyCFG && !BugpointIsInterrupted) {

Completed in 134 milliseconds