Home
last modified time | relevance | path

Searched refs:BugpointIsInterrupted (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1073 if (GVs.size() > 1 && !BugpointIsInterrupted) { in ReduceGlobalInitializers()
1092 if (!BugpointIsInterrupted) { in ReduceInsts()
1108 if (BugpointIsInterrupted) in ReduceInsts()
1140 if (BugpointIsInterrupted) in ReduceInsts()
1172 if (!BugpointIsInterrupted) { in ReduceInsts()
1204 if (Functions.size() > 1 && !BugpointIsInterrupted) { in DebugACrash()
1224 if (!FunctionNames.empty() && !BugpointIsInterrupted) { in DebugACrash()
1254 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1276 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
1289 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()
[all …]
H A DListReducer.h26 extern bool BugpointIsInterrupted;
85 if (BugpointIsInterrupted) { in reduceList()
178 if (BugpointIsInterrupted) { in reduceList()
H A Dbugpoint.cpp96 bool llvm::BugpointIsInterrupted = false; member in llvm
99 static void BugpointInterruptFunction() { BugpointIsInterrupted = true; } in BugpointInterruptFunction()
H A DMiscompilation.cpp312 if (BugpointIsInterrupted) in ExtractLoops()
542 if (BugpointIsInterrupted) in ExtractBlocks()
630 if (!BugpointIsInterrupted) { in DebugAMiscompilation()
647 if (!BugpointIsInterrupted && !DisableLoopExtraction) { in DebugAMiscompilation()
657 if (!BugpointIsInterrupted) in DebugAMiscompilation()
671 if (!BugpointIsInterrupted && !DisableBlockExtraction) { in DebugAMiscompilation()
738 if (!BugpointIsInterrupted) { in debugMiscompilation()
H A DBugDriver.h46 extern bool BugpointIsInterrupted;