Searched refs:call_bsi (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-tailcall.c107 block_stmt_iterator call_bsi; member in struct:tailcall
532 nw->call_bsi = bsi;
725 stmt = orig_stmt = bsi_stmt (t->call_bsi);
741 /* Remove the code after call_bsi that will become unreachable. The
744 bsi = t->call_bsi;
788 adjust_accumulator_values (t->call_bsi, t->mult, t->add, e);
790 call = bsi_stmt (t->call_bsi);
800 bsi_remove (&t->call_bsi, true);
850 tree stmt = bsi_stmt (t->call_bsi);

Completed in 92 milliseconds