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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DListReducer.h26 extern bool BugpointIsInterrupted;
85 if (BugpointIsInterrupted) {
178 if (BugpointIsInterrupted) {
H A Dbugpoint.cpp95 /// BugpointIsInterrupted - Set to true when the user presses ctrl-c.
96 bool llvm::BugpointIsInterrupted = false; member in class:llvm
99 static void BugpointInterruptFunction() { BugpointIsInterrupted = true; }
H A DCrashDebugger.cpp1073 if (GVs.size() > 1 && !BugpointIsInterrupted) {
1092 if (!BugpointIsInterrupted) {
1108 if (BugpointIsInterrupted)
1140 if (BugpointIsInterrupted)
1172 if (!BugpointIsInterrupted) {
1204 if (Functions.size() > 1 && !BugpointIsInterrupted) {
1224 if (!FunctionNames.empty() && !BugpointIsInterrupted) {
1254 if (!DisableSimplifyCFG && !BugpointIsInterrupted) {
1276 if (!DisableSimplifyCFG && !BugpointIsInterrupted) {
1289 if (!DisableSimplifyCFG && !BugpointIsInterrupted) {
[all...]
H A DMiscompilation.cpp312 if (BugpointIsInterrupted)
542 if (BugpointIsInterrupted)
630 if (!BugpointIsInterrupted) {
647 if (!BugpointIsInterrupted && !DisableLoopExtraction) {
657 if (!BugpointIsInterrupted)
671 if (!BugpointIsInterrupted && !DisableBlockExtraction) {
738 if (!BugpointIsInterrupted) {
H A DBugDriver.h44 /// BugpointIsInterrupted - Set to true when the user presses ctrl-c.
46 extern bool BugpointIsInterrupted;

Completed in 113 milliseconds