Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDifferenceEngine.cpp620 InvokeInst *LInvoke = cast<InvokeInst>(LTerm); in runBlockDiff() local
621 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
623 if (!LInvoke->use_empty()) in runBlockDiff()
624 Values[LInvoke] = RCall; in runBlockDiff()
625 tryUnify(LInvoke->getNormalDest(), RTerm->getSuccessor(0)); in runBlockDiff()
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp623 InvokeInst *LInvoke = cast<InvokeInst>(LTerm); in runBlockDiff() local
624 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
626 if (!LInvoke->use_empty()) in runBlockDiff()
627 Values[LInvoke] = RCall; in runBlockDiff()
628 tryUnify(LInvoke->getNormalDest(), RTerm->getSuccessor(0)); in runBlockDiff()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDifferenceEngine.cpp654 InvokeInst *LInvoke = cast<InvokeInst>(LTerm); in runBlockDiff() local
655 if (!equivalentAsOperands(LInvoke->getCalledValue(), RCall->getCalledValue())) in runBlockDiff()
657 if (!LInvoke->use_empty()) in runBlockDiff()
658 Values[LInvoke] = RCall; in runBlockDiff()
659 tryUnify(LInvoke->getNormalDest(), RTerm->getSuccessor(0)); in runBlockDiff()