Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h38 extern bool DisableSimplifyCFG;
H A DCrashDebugger.cpp1239 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1261 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1274 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()