Lines Matching refs:slist
624 struct slist *s; in compute_local_ud()
872 static inline struct slist *
873 this_op(struct slist *s) in this_op()
892 struct slist *s; in opt_peep()
893 struct slist *next, *last; in opt_peep()
951 struct slist *add, *tax, *ild; in opt_peep()
1455 register struct slist *s; in opt_deadstores()
1485 struct slist *s; in opt_blk()
2173 struct slist *tmp, *s; in opt_root()
2339 eq_slist(struct slist *x, struct slist *y) in eq_slist()
2448 slength(struct slist *s) in slength()
2706 struct slist *src; in convert_code_r()
2709 struct slist **offset = NULL; in convert_code_r()
2728 offset = (struct slist **)calloc(slen, sizeof(struct slist *)); in convert_code_r()