Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp934 const InvokeInst *LInvoke = cast<InvokeInst>(LTerm); in runBlockDiff() local
935 if (!equivalentAsOperands(LInvoke->getCalledOperand(), in runBlockDiff()
938 if (!LInvoke->use_empty()) in runBlockDiff()
939 Values[LInvoke] = RCall; in runBlockDiff()
940 tryUnify(LInvoke->getNormalDest(), RTerm->getSuccessor(0)); in runBlockDiff()