Searched refs:BugpointIsInterrupted (Results 1 – 5 of 5) sorted by relevance
26 extern bool BugpointIsInterrupted;85 if (BugpointIsInterrupted) { in reduceList()178 if (BugpointIsInterrupted) { in reduceList()
1071 if (GVs.size() > 1 && !BugpointIsInterrupted) { in ReduceGlobalInitializers()1090 if (!BugpointIsInterrupted) { in ReduceInsts()1106 if (BugpointIsInterrupted) in ReduceInsts()1138 if (BugpointIsInterrupted) in ReduceInsts()1170 if (!BugpointIsInterrupted) { in ReduceInsts()1202 if (Functions.size() > 1 && !BugpointIsInterrupted) { in DebugACrash()1222 if (!FunctionNames.empty() && !BugpointIsInterrupted) { in DebugACrash()1252 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()1274 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()1287 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()[all …]
91 bool llvm::BugpointIsInterrupted = false; member in llvm94 static void BugpointInterruptFunction() { BugpointIsInterrupted = true; } in BugpointInterruptFunction()
312 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()
43 extern bool BugpointIsInterrupted;