Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp39 bool DisableSimplifyCFG = false; variable
47 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),
116 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
H A DBugDriver.h42 extern bool DisableSimplifyCFG;
H A DCrashDebugger.cpp1254 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1276 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1289 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()