Lines Matching refs:slist
467 struct slist *s; in compute_local_ud()
665 static inline struct slist *
666 this_op(struct slist *s) in this_op()
685 struct slist *s; in opt_peep()
686 struct slist *next, *last; in opt_peep()
736 struct slist *add, *tax, *ild; in opt_peep()
1162 register struct slist *s; in opt_deadstores()
1183 struct slist *s; in opt_blk()
1659 struct slist *tmp, *s; in opt_root()
1764 eq_slist(struct slist *x, struct slist *y) in eq_slist()
1851 slength(struct slist *s) in slength()
2030 struct slist *src; in convert_code_r()
2034 struct slist **offset = NULL; in convert_code_r()
2053 offset = (struct slist **)calloc(slen, sizeof(struct slist *)); in convert_code_r()