Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp619 CallInst *RCall = cast<CallInst>(I); in runBlockDiff() local
621 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
624 Values[LInvoke] = RCall; in runBlockDiff()