Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp607 InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local
608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()
611 Values[LCall] = RInvoke; in runBlockDiff()
612 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()