Searched refs:BugpointIsInterrupted (Results 1 – 5 of 5) sorted by relevance
989 if (GVs.size() > 1 && !BugpointIsInterrupted) { in ReduceGlobalInitializers()1008 if (!BugpointIsInterrupted) { in ReduceInsts()1024 if (BugpointIsInterrupted) in ReduceInsts()1056 if (BugpointIsInterrupted) in ReduceInsts()1153 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()1175 if (!DisableSimplifyCFG && !BugpointIsInterrupted) { in DebugACrash()1203 if (!BugpointIsInterrupted) in DebugACrash()1214 if (!NoStripDebugInfo && !BugpointIsInterrupted) { in DebugACrash()1224 if (!BugpointIsInterrupted) { in DebugACrash()1237 if (!BugpointIsInterrupted) { in DebugACrash()[all …]
27 extern bool BugpointIsInterrupted;86 if (BugpointIsInterrupted) { in reduceList()179 if (BugpointIsInterrupted) { in reduceList()
91 bool llvm::BugpointIsInterrupted = false; member in llvm94 static void BugpointInterruptFunction() { BugpointIsInterrupted = true; } in BugpointInterruptFunction()
313 if (BugpointIsInterrupted) in ExtractLoops()541 if (BugpointIsInterrupted) in ExtractBlocks()628 if (!BugpointIsInterrupted) { in DebugAMiscompilation()645 if (!BugpointIsInterrupted && !DisableLoopExtraction) { in DebugAMiscompilation()655 if (!BugpointIsInterrupted) in DebugAMiscompilation()669 if (!BugpointIsInterrupted && !DisableBlockExtraction) { in DebugAMiscompilation()736 if (!BugpointIsInterrupted) { in debugMiscompilation()
47 extern bool BugpointIsInterrupted;