Home
last modified time | relevance | path

Searched refs:tryUnify (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp245 bool tryUnify(const BasicBlock *L, const BasicBlock *R) { in tryUnify() function in __anon35eb8c210111::FunctionDifferenceEngine
408 tryUnify(LI.getIncomingBlock(I), RI.getIncomingBlock(I)); in diff()
428 tryUnify(LI.getNormalDest(), RI.getNormalDest()); in diff()
429 tryUnify(LI.getUnwindDest(), RI.getUnwindDest()); in diff()
445 tryUnify(LI.getIndirectDest(I), RI.getIndirectDest(I)); in diff()
451 tryUnify(LI.getDefaultDest(), RI.getDefaultDest()); in diff()
467 if (TryUnify) tryUnify(LI->getSuccessor(1), RI->getSuccessor(1)); in diff()
469 if (TryUnify) tryUnify(LI->getSuccessor(0), RI->getSuccessor(0)); in diff()
487 tryUnify(LI->getDestination(i), RI->getDestination(i)); in diff()
499 if (TryUnify) tryUnify(LI->getDefaultDest(), RI->getDefaultDest()); in diff()
[all …]