Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Diff

80   bool Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "",
84 if (Diff) {
118 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", false, &Error);
121 if (Diff) {
159 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "",
163 if (Diff) {
210 /// program, checking to see if the program matches the diff. If there is
992 << "the reference diff. This may be due to a\n front-end "