Searched refs:diffProgram (Results 1 - 5 of 5) sorted by path

/external/llvm/tools/bugpoint/
H A DBugDriver.cpp208 bool Diff = diffProgram(Program, "", "", false, &Error);
H A DBugDriver.h196 /// diffProgram - This method executes the specified module and diffs the
201 bool diffProgram(const Module *Program,
H A DExecutionDriver.cpp436 /// diffProgram - This method executes the specified module and diffs the
441 bool BugDriver::diffProgram(const Module *Program, function in class:BugDriver
H A DFindBugs.cpp93 bool Diff = diffProgram(Program, Filename, "", false, &Error);
95 outs() << "\n*** diffProgram returned true!\n";
H A DMiscompilation.cpp80 bool Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "",
118 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", false, &Error);
160 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "",
234 Broken = BD.diffProgram(M1, "", "", false, &Error);
1011 bool Result = BD.diffProgram(BD.getProgram(), TestModuleBC.str(),

Completed in 366 milliseconds