Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp654 InvokeInst *LInvoke = cast<InvokeInst>(LTerm); in runBlockDiff() local
655 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
657 if (!LInvoke->use_empty()) in runBlockDiff()
658 Values[LInvoke] = RCall; in runBlockDiff()
659 tryUnify(LInvoke->getNormalDest(), RTerm->getSuccessor(0)); in runBlockDiff()