Searched refs:RInvoke (Results 1 – 3 of 3) sorted by relevance
607 InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()611 Values[LCall] = RInvoke; in runBlockDiff()612 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()
610 InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local611 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()614 Values[LCall] = RInvoke; in runBlockDiff()615 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()
641 InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local642 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()645 Values[LCall] = RInvoke; in runBlockDiff()646 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()