Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp40 bool DisableSimplifyCFG = false; variable
48 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),
117 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
H A DBugDriver.h43 extern bool DisableSimplifyCFG;
H A DCrashDebugger.cpp1153 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1175 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1188 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()