Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp765 const InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local
767 RInvoke->getCalledOperand())) in runBlockDiff()
770 Values[LCall] = RInvoke; in runBlockDiff()
771 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()