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