Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExtractFunction.cpp39 bool DisableSimplifyCFG = false; variable
48 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),
89 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
DBugDriver.h40 extern bool DisableSimplifyCFG;
DCrashDebugger.cpp514 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()