Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/bugpoint/
DExtractFunction.cpp39 bool DisableSimplifyCFG = false; variable
47 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),
116 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
DBugDriver.h42 extern bool DisableSimplifyCFG;
DCrashDebugger.cpp1254 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1276 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1289 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
/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.cpp818 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()