HomeSort by relevance Sort by last modified time
    Searched refs:RInvoke (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 610 InvokeInst *RInvoke = cast<InvokeInst>(RTerm);
611 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
614 Values[LCall] = RInvoke;
615 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest());
  /external/swiftshader/third_party/LLVM/tools/llvm-diff/
DifferenceEngine.cpp 607 InvokeInst *RInvoke = cast<InvokeInst>(RTerm);
608 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
611 Values[LCall] = RInvoke;
612 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest());
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DifferenceEngine.cpp 641 InvokeInst *RInvoke = cast<InvokeInst>(RTerm);
642 if (!equivalentAsOperands(LCall->getCalledValue(), RInvoke->getCalledValue()))
645 Values[LCall] = RInvoke;
646 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest());

Completed in 261 milliseconds