reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/bugpoint/BugDriver.h
   42 extern bool DisableSimplifyCFG;

References

tools/bugpoint/CrashDebugger.cpp
 1152   if (!DisableSimplifyCFG && !BugpointIsInterrupted) {
 1174   if (!DisableSimplifyCFG && !BugpointIsInterrupted) {
 1187   if (!DisableSimplifyCFG && !BugpointIsInterrupted) {
tools/bugpoint/ExtractFunction.cpp
   47     NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),
  116   if (Simplification && !DisableSimplifyCFG)