Home
last modified time | relevance | path

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

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