Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp919 const CallInst *LCall = cast<CallInst>(&*I); in runBlockDiff() local
921 if (!equivalentAsOperands(LCall->getCalledOperand(), in runBlockDiff()
924 if (!LCall->use_empty()) in runBlockDiff()
925 Values[LCall] = RInvoke; in runBlockDiff()