Home | History | Annotate | Download | only in gcc

Lines Matching defs:store_motion_mems

49    - store_motion_mems should be a vec instead of a list.
84 static struct st_expr * store_motion_mems = NULL;
147 ptr->next = store_motion_mems;
155 store_motion_mems = ptr;
181 while (store_motion_mems)
183 struct st_expr * tmp = store_motion_mems;
184 store_motion_mems = store_motion_mems->next;
187 store_motion_mems = NULL;
198 for (ptr = store_motion_mems; ptr != NULL; ptr = ptr->next)
209 return store_motion_mems;
220 /* Dump debugging info about the store_motion_mems list. */
629 store_motion_mems = NULL;
686 for (ptr = store_motion_mems, prev_next_ptr_ptr = &store_motion_mems;