Searched refs:DisableSimplifyCFG (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp39 bool DisableSimplifyCFG = false; member in namespace:llvm
47 NoSCFG("disable-simplifycfg", cl::location(DisableSimplifyCFG),
116 if (Simplification && !DisableSimplifyCFG)
H A DBugDriver.h42 extern bool DisableSimplifyCFG;
H A DCrashDebugger.cpp1254 if (!DisableSimplifyCFG && !BugpointIsInterrupted) {
1276 if (!DisableSimplifyCFG && !BugpointIsInterrupted) {
1289 if (!DisableSimplifyCFG && !BugpointIsInterrupted) {

Completed in 64 milliseconds