Searched refs:LCall (Results 1 – 2 of 2) sorted by relevance
609 CallInst *LCall = cast<CallInst>(&*I); in runBlockDiff() local611 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()613 if (!LCall->use_empty()) in runBlockDiff()614 Values[LCall] = RInvoke; in runBlockDiff()
640 CallInst *LCall = cast<CallInst>(&*I); in runBlockDiff() local642 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()644 if (!LCall->use_empty()) in runBlockDiff()645 Values[LCall] = RInvoke; in runBlockDiff()