Lines Matching defs:unwind
1526 Block *unwind, ValueRange unwindOps) {
1530 normalOps, unwindOps, nullptr, nullptr, {}, {}, normal, unwind);
1535 ValueRange normalOps, Block *unwind,
1539 nullptr, {}, {}, normal, unwind);
1545 Block *unwind, ValueRange unwindOps) {
1548 nullptr, nullptr, {}, {}, normal, unwind);
1590 return emitError("must have at least one operation in unwind destination");
1592 // In unwind destination, first operation must be LandingpadOp
1594 return emitError("first operation in unwind destination should be a "
1622 p << " unwind ";
1652 // `unwind` bb-id (`[` ssa-use-and-type-list `]`)?
1686 parser.parseKeyword("unwind") ||