Searched refs:lastop (Results 1 – 7 of 7) sorted by relevance
523 $labels{${$op->lastop}} = "LAST";545 sequence($op->lastop);942 $h{arg} = "(next->" . seq($op->nextop) . " last->" . seq($op->lastop)
237 xref($op->lastop);
258 walkoptree_exec($op->lastop, $method, $level + 1);
828 B::LOOP::lastop = 11
379 LOOP => [ qw(lastop nextop redoop) ],
1624 OP *lastop; in Perl_op_sibling_splice() local1643 lastop = last_ins ? last_ins : start ? start : NULL; in Perl_op_sibling_splice()1649 cLISTOPx(parent)->op_last = lastop; in Perl_op_sibling_splice()1651 if (lastop) in Perl_op_sibling_splice()1652 OpLASTSIB_set(lastop, parent); in Perl_op_sibling_splice()
379 $self->_pessimise_walk_exe($op->lastop, $visited);