Searched refs:tryUnify (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/ |
| H A D | DifferenceEngine.cpp | 161 bool tryUnify(const BasicBlock *L, const BasicBlock *R) { in tryUnify() function in __anon3906a3ef0111::FunctionDifferenceEngine 291 tryUnify(LI.getNormalDest(), RI.getNormalDest()); in diff() 292 tryUnify(LI.getUnwindDest(), RI.getUnwindDest()); in diff() 308 tryUnify(LI.getIndirectDest(I), RI.getIndirectDest(I)); in diff() 314 tryUnify(LI.getDefaultDest(), RI.getDefaultDest()); in diff() 332 if (TryUnify) tryUnify(LI->getSuccessor(0), RI->getSuccessor(0)); in diff() 350 tryUnify(LI->getDestination(i), RI->getDestination(i)); in diff() 375 tryUnify(LCase, Case.getCaseSuccessor()); in diff() 605 tryUnify(&*L->begin(), &*R->begin()); in diff() 751 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff() [all …]
|