Home
last modified time | relevance | path

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

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