Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Broken

65   // First, run the program with just the Suffix passes.  If it is still broken
98 // Next, see if the program is broken if we run the "prefix" passes first,
103 // If it is not broken with the kept passes, it's possible that the prefix
216 /// return the merged module. The Broken argument will be set to true if the
224 bool &Broken) {
229 Broken = BD.diffProgram(M1.get(), "", "", false, &Error);
273 bool Broken =
278 return Broken;
325 // has broken. If something broke, then we'll inform the user and stop
383 // If the program is not still broken, then loop extraction did something
711 bool Broken;
713 BD, std::move(Optimized), std::move(Safe), Error, Broken);
715 outs() << (Broken ? " nope.\n" : " yup.\n");
719 return Broken;