Lines Matching refs:stmts
628 for (s = b->stmts; s; s = s->next) { in compute_local_ud()
896 s = b->stmts; in opt_peep()
1461 for (s = b->stmts; s != 0; s = s->next) in opt_deadstores()
1491 for (s = b->stmts; s && s->next; s = s->next) in opt_blk()
1532 for (s = b->stmts; s; s = s->next) in opt_blk()
1566 if (b->stmts != 0) { in opt_blk()
1567 b->stmts = 0; in opt_blk()
2175 s = (*b)->stmts; in opt_root()
2176 (*b)->stmts = 0; in opt_root()
2180 tmp = (*b)->stmts; in opt_root()
2183 (*b)->stmts = s; in opt_root()
2191 (*b)->stmts = 0; in opt_root()
2364 return eq_slist(b0->stmts, b1->stmts); in eq_blk()
2525 return slength(p->stmts) + n + 1 + p->longjt + p->longjf; in count_stmts()
2667 max_stmts += slength(opt_state->blocks[i]->stmts) + 1; in opt_init()
2720 slen = slength(p->stmts); in convert_code_r()
2734 src = p->stmts; in convert_code_r()
2744 for (src = p->stmts; src; src = src->next) { in convert_code_r()
3001 icount = slength(block->stmts) + 1 + block->longjt + block->longjf; in dot_dump_node()