Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h39 extern bool DisableSimplifyCFG;
H A DCrashDebugger.cpp1252 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1274 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1287 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()