Searched refs:DisableSimplifyCFG (Results 1 – 3 of 3) sorted by relevance
40 bool DisableSimplifyCFG = false; variable49 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),118 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
41 extern bool DisableSimplifyCFG;
511 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()