DifferenceEngine.cpp | 178 bool Result = diff(L, R, true, true); 188 diff(Pair.first, Pair.second); 192 void diff(BasicBlock *L, BasicBlock *R) { function in class:__anon24130::FunctionDifferenceEngine 204 // If the instructions differ, start the more sophisticated diff 206 if (diff(LeftI, RightI, false, false)) { 248 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { function in class:__anon24130::FunctionDifferenceEngine 461 void diff(Function *L, Function *R) { function in class:__anon24130::FunctionDifferenceEngine 486 return !diff(L, R, false, false); 549 DiffLogBuilder Diff(Engine.getConsumer()); 570 Diff.addMatch(L, R) 635 void DifferenceEngine::diff(Function *L, Function *R) { function in class:DifferenceEngine 653 void DifferenceEngine::diff(Module *L, Module *R) { function in class:DifferenceEngine [all...] |