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

/freebsd-9.3-release/contrib/gcc/
H A Dregmove.c2119 struct csa_memlist
2123 struct csa_memlist *next;
2128 static void free_csa_memlist (struct csa_memlist *);
2129 static struct csa_memlist *record_one_stack_memref (rtx, rtx *,
2130 struct csa_memlist *);
2131 static int try_apply_stack_adjustment (rtx, struct csa_memlist *,
2202 /* Free the list of csa_memlist nodes. */
2205 free_csa_memlist (struct csa_memlist *memlist)
2207 struct csa_memlist *next;
2215 /* Create a new csa_memlist nod
2111 struct csa_memlist struct
[all...]

Completed in 60 milliseconds