Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Stopped

256       StopAfter(nullptr), Started(true), Stopped(false),
335 /// Started/Stopped flags indicate either that the compilation should start at
338 /// and StopAfter options and change the Started/Stopped flags accordingly.
350 if (Started && !Stopped) {
372 Stopped = true;
375 if (Stopped && !Started)