Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp989 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 …]
H A DListReducer.h27 extern bool BugpointIsInterrupted;
86 if (BugpointIsInterrupted) { in reduceList()
179 if (BugpointIsInterrupted) { in reduceList()
H A Dbugpoint.cpp91 bool llvm::BugpointIsInterrupted = false; member in llvm
94 static void BugpointInterruptFunction() { BugpointIsInterrupted = true; } in BugpointInterruptFunction()
H A DMiscompilation.cpp313 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()
H A DBugDriver.h47 extern bool BugpointIsInterrupted;