Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp640 InvokeInst *RInvoke = cast<InvokeInst>(RTerm); in runBlockDiff() local
642 RInvoke->getCalledOperand())) in runBlockDiff()
645 Values[LCall] = RInvoke; in runBlockDiff()
646 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest()); in runBlockDiff()