Home
last modified time | relevance | path

Searched refs:DisableSimplifyCFG (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DExtractFunction.cpp40 bool DisableSimplifyCFG = false; variable
48 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),
117 if (Simplification && !DisableSimplifyCFG) in deleteInstructionFromProgram()
DBugDriver.h43 extern bool DisableSimplifyCFG;
DCrashDebugger.cpp1061 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1083 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1096 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()