Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Stopped

472 /// Started/Stopped flags indicate either that the compilation should start at
475 /// and StopAfter options and change the Started/Stopped flags accordingly.
488 Stopped = true;
489 if (Started && !Stopped) {
511 Stopped = true;
514 if (Stopped && !Started)