HomeSort by relevance Sort by last modified time
    Searched refs:BugpointIsInterrupted (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/bugpoint/
ListReducer.h 26 extern bool BugpointIsInterrupted;
86 if (BugpointIsInterrupted) {
172 if (BugpointIsInterrupted) {
CrashDebugger.cpp 475 if (GVs.size() > 1 && !BugpointIsInterrupted) {
498 if (Functions.size() > 1 && !BugpointIsInterrupted) {
514 if (!DisableSimplifyCFG && !BugpointIsInterrupted) {
528 if (!BugpointIsInterrupted) {
546 if (BugpointIsInterrupted) break;
575 if (BugpointIsInterrupted) goto ExitLoops;
607 if (!BugpointIsInterrupted) {
638 if (!BugpointIsInterrupted)
bugpoint.cpp 88 /// BugpointIsInterrupted - Set to true when the user presses ctrl-c.
89 bool llvm::BugpointIsInterrupted = false;
93 BugpointIsInterrupted = true;
Miscompilation.cpp 312 if (BugpointIsInterrupted) return MadeChange;
560 if (BugpointIsInterrupted) return false;
658 if (!BugpointIsInterrupted)
674 if (!BugpointIsInterrupted && !DisableLoopExtraction) {
684 if (!BugpointIsInterrupted)
698 if (!BugpointIsInterrupted && !DisableBlockExtraction) {
756 if (!BugpointIsInterrupted)
    [all...]
BugDriver.h 42 /// BugpointIsInterrupted - Set to true when the user presses ctrl-c.
44 extern bool BugpointIsInterrupted;

Completed in 61 milliseconds