OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
474
if (GVs.size() > 1 && !
BugpointIsInterrupted
) {
497
if (Functions.size() > 1 && !
BugpointIsInterrupted
) {
513
if (!DisableSimplifyCFG && !
BugpointIsInterrupted
) {
527
if (!
BugpointIsInterrupted
) {
545
if (
BugpointIsInterrupted
) break;
574
if (
BugpointIsInterrupted
) goto ExitLoops;
606
if (!
BugpointIsInterrupted
) {
637
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
311
if (
BugpointIsInterrupted
) return MadeChange;
559
if (
BugpointIsInterrupted
) return false;
657
if (!
BugpointIsInterrupted
)
673
if (!
BugpointIsInterrupted
&& !DisableLoopExtraction) {
683
if (!
BugpointIsInterrupted
)
697
if (!
BugpointIsInterrupted
&& !DisableBlockExtraction) {
755
if (!
BugpointIsInterrupted
)
[
all
...]
BugDriver.h
42
///
BugpointIsInterrupted
- Set to true when the user presses ctrl-c.
44
extern bool
BugpointIsInterrupted
;
Completed in 487 milliseconds