Lines Matching refs:stmts
423 for (s = b->stmts; s; s = s->next) { in compute_local_ud()
661 s = b->stmts; in opt_peep()
1135 for (s = b->stmts; s != 0; s = s->next) in opt_deadstores()
1155 for (s = b->stmts; s && s->next; s = s->next) in opt_blk()
1196 for (s = b->stmts; s; s = s->next) in opt_blk()
1226 if (b->stmts != 0) { in opt_blk()
1227 b->stmts = 0; in opt_blk()
1626 s = (*b)->stmts; in opt_root()
1627 (*b)->stmts = 0; in opt_root()
1631 tmp = (*b)->stmts; in opt_root()
1634 (*b)->stmts = s; in opt_root()
1642 (*b)->stmts = 0; in opt_root()
1755 return eq_slist(b0->stmts, b1->stmts); in eq_blk()
1888 return slength(p->stmts) + n + 1 + p->longjt + p->longjf; in count_stmts()
1963 max_stmts += slength(blocks[i]->stmts) + 1; in opt_init()
2013 slen = slength(p->stmts); in convert_code_r()
2027 src = p->stmts; in convert_code_r()
2037 for (src = p->stmts; src; src = src->next) { in convert_code_r()