Lines Matching defs:forwarded
422 // We remember all operands not forwarded to any block in a BitVector.
423 // We can't just cut out a range here, since the non-forwarded ops might
429 OperandRange forwarded = successorOperands.getForwardedOperands();
430 if (!forwarded.empty()) {
432 forwarded.getBeginOperandIndex(), forwarded.size());
444 // Operands not forwarded to successor blocks are typically parameters
454 // operands of the call op that are forwarded to these arguments.
485 // Handle the operands of the call op that aren't forwarded to any
501 // `RegionBranchOpInterface` is an operand that is forwarded to a region
548 // All operands not forwarded to any successor. This set can be non-contiguous
562 // All operands not forwarded to regions are typically parameters of the
582 // All operands not forwarded to any successor. This set can be
596 // Visit operands of the branch op not forwarded to the next region.