Lines Matching defs:diff
180 bool Result = diff(L, R, true, true);
190 diff(Pair.first, Pair.second);
194 void diff(BasicBlock *L, BasicBlock *R) {
206 // If the instructions differ, start the more sophisticated diff
208 if (diff(LeftI, RightI, false, false)) {
250 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) {
459 void diff(Function *L, Function *R) {
484 return !diff(L, R, false, false);
547 DiffLogBuilder Diff(Engine.getConsumer());
568 Diff.addMatch(L, R);
575 Diff.addLeft(&*LI);
581 Diff.addRight(&*RI);
631 void DifferenceEngine::diff(Function *L, Function *R) {
646 FunctionDifferenceEngine(*this).diff(L, R);
649 void DifferenceEngine::diff(Module *L, Module *R) {
671 diff(I->first, I->second);