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

/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DListReducer.h26 extern bool BugpointIsInterrupted;
91 if (BugpointIsInterrupted) {
178 if (BugpointIsInterrupted) {
H A Dbugpoint.cpp84 /// BugpointIsInterrupted - Set to true when the user presses ctrl-c.
85 bool llvm::BugpointIsInterrupted = false; member in class:llvm
89 BugpointIsInterrupted = true;
H A DCrashDebugger.cpp692 if (GVs.size() > 1 && !BugpointIsInterrupted) {
714 if (Functions.size() > 1 && !BugpointIsInterrupted) {
730 if (!DisableSimplifyCFG && !BugpointIsInterrupted) {
743 if (!BugpointIsInterrupted) {
758 if (BugpointIsInterrupted) break;
787 if (BugpointIsInterrupted) goto ExitLoops;
817 if (!BugpointIsInterrupted) {
827 if (!BugpointIsInterrupted) {
841 if (!BugpointIsInterrupted) {
872 if (!BugpointIsInterrupted
[all...]
H A DMiscompilation.cpp303 if (BugpointIsInterrupted) return MadeChange;
533 if (BugpointIsInterrupted) return false;
623 if (!BugpointIsInterrupted)
639 if (!BugpointIsInterrupted && !DisableLoopExtraction) {
649 if (!BugpointIsInterrupted)
663 if (!BugpointIsInterrupted && !DisableBlockExtraction) {
722 if (!BugpointIsInterrupted)
H A DBugDriver.h43 /// BugpointIsInterrupted - Set to true when the user presses ctrl-c.
45 extern bool BugpointIsInterrupted;

Completed in 66 milliseconds