Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp926 const InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local
928 RInvoke->getCalledOperand(), nullptr)) in runBlockDiff()
931 Values[LCall] = RInvoke; in runBlockDiff()
932 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()