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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-tailcall.c378 block_stmt_iterator bsi, absi; local
475 absi = bsi;
478 bsi_next (&absi);
480 while (bsi_end_p (absi))
484 absi = bsi_start (abb);
487 stmt = bsi_stmt (absi);

Completed in 96 milliseconds