Lines Matching refs:stmts
569 for (s = b->stmts; s; s = s->next) { in compute_local_ud()
787 s = b->stmts; in opt_peep()
1266 for (s = b->stmts; s != 0; s = s->next) in opt_deadstores()
1287 for (s = b->stmts; s && s->next; s = s->next) in opt_blk()
1328 for (s = b->stmts; s; s = s->next) in opt_blk()
1359 if (b->stmts != 0) { in opt_blk()
1360 b->stmts = 0; in opt_blk()
1760 s = (*b)->stmts; in opt_root()
1761 (*b)->stmts = 0; in opt_root()
1765 tmp = (*b)->stmts; in opt_root()
1768 (*b)->stmts = s; in opt_root()
1776 (*b)->stmts = 0; in opt_root()
1888 return eq_slist(b0->stmts, b1->stmts); in eq_blk()
2021 return slength(p->stmts) + n + 1 + p->longjt + p->longjf; in count_stmts()
2096 max_stmts += slength(opt_state->blocks[i]->stmts) + 1; in opt_init()
2144 slen = slength(p->stmts); in convert_code_r()
2158 src = p->stmts; in convert_code_r()
2168 for (src = p->stmts; src; src = src->next) { in convert_code_r()
2397 icount = slength(block->stmts) + 1 + block->longjt + block->longjf; in dot_dump_node()