Searched refs:unwindDest (Results 1 – 2 of 2) sorted by relevance
320 Block *unwindDest = op.unwindDest(); in verify() local321 if (unwindDest->empty()) in verify()326 if (!isa<LandingpadOp>(unwindDest->front())) in verify()349 p.printSuccessorAndUseList(op.unwindDest(), op.unwindDestOperands()); in printInvokeOp()368 Block *normalDest, *unwindDest; in parseInvokeOp() local388 parser.parseSuccessorAndUseList(unwindDest, unwindOperands) || in parseInvokeOp()442 result.addSuccessors({normalDest, unwindDest}); in parseInvokeOp()
380 AnySuccessor:$unwindDest);