Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp609 CallInst *LCall = cast<CallInst>(&*I); in runBlockDiff() local
611 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()
613 if (!LCall->use_empty()) in runBlockDiff()
614 Values[LCall] = RInvoke; in runBlockDiff()
/external/llvm-project/llvm/tools/llvm-diff/
DDifferenceEngine.cpp639 CallInst *LCall = cast<CallInst>(&*I); in runBlockDiff() local
641 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff()
644 if (!LCall->use_empty()) in runBlockDiff()
645 Values[LCall] = RInvoke; in runBlockDiff()