Searched refs:LCall (Results 1 – 3 of 3) sorted by relevance
606 CallInst *LCall = cast<CallInst>(&*I); in runBlockDiff() local608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()610 if (!LCall->use_empty()) in runBlockDiff()611 Values[LCall] = RInvoke; in runBlockDiff()
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()