Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp606 CallInst *LCall = cast<CallInst>(&*I); in runBlockDiff() local
608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()
610 if (!LCall->use_empty()) in runBlockDiff()
611 Values[LCall] = RInvoke; in runBlockDiff()