Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp940 const InvokeInst *LInvoke = cast<InvokeInst>(LTerm); in runBlockDiff() local
941 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff()
944 if (!LInvoke->use_empty()) in runBlockDiff()
945 Values[LInvoke] = RCall; in runBlockDiff()
946 tryUnify(LInvoke->getNormalDest(), RTerm->getSuccessor(0)); in runBlockDiff()