Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp745 const InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local
747 RInvoke->getCalledOperand())) in runBlockDiff()
750 Values[LCall] = RInvoke; in runBlockDiff()
751 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()