Searched refs:elt_loc_list (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcselib.h37 struct elt_loc_list *locs;
46 struct elt_loc_list GTY(()) function
49 struct elt_loc_list *next;
H A Dcselib.c50 static struct elt_loc_list *new_elt_loc_list (struct elt_loc_list *, rtx);
53 static void unchain_one_elt_loc_list (struct elt_loc_list **);
150 /* Allocate a struct elt_loc_list and fill in its two elements with the
153 static inline struct elt_loc_list *
154 new_elt_loc_list (struct elt_loc_list *next, rtx loc)
156 struct elt_loc_list *el;
180 unchain_one_elt_loc_list (struct elt_loc_list **pl)
182 struct elt_loc_list *l = *pl;
233 struct elt_loc_list *
[all...]
H A Dpostreload.c230 struct elt_loc_list *l;
405 struct elt_loc_list *l;
H A Dalias.c1368 struct elt_loc_list *l;
1577 struct elt_loc_list *l;
H A Dgcse.c3074 struct elt_loc_list *l;

Completed in 114 milliseconds