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

/freebsd-10.2-release/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp607 InvokeInst *RInvoke = cast<InvokeInst>(RTerm); local
608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
611 Values[LCall] = RInvoke;
612 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest());

Completed in 93 milliseconds