Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDifferenceEngine.cpp607 InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local
608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()
611 Values[LCall] = RInvoke; in runBlockDiff()
612 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp610 InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local
611 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()
614 Values[LCall] = RInvoke; in runBlockDiff()
615 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDifferenceEngine.cpp641 InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local
642 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue())) in runBlockDiff()
645 Values[LCall] = RInvoke; in runBlockDiff()
646 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()