Lines Matching refs:mem_ref_loc
109 struct mem_ref_loc struct
113 struct mem_ref_loc *next; /* Next use in the chain. */ argument
124 struct mem_ref_loc *locs; /* The locations where it is found. */
888 record_mem_ref_loc (struct mem_ref_loc **mem_refs, tree stmt, tree *ref) in record_mem_ref_loc()
890 struct mem_ref_loc *aref = XNEW (struct mem_ref_loc); in record_mem_ref_loc()
902 free_mem_ref_locs (struct mem_ref_loc *mem_refs) in free_mem_ref_locs()
904 struct mem_ref_loc *act; in free_mem_ref_locs()
917 rewrite_mem_refs (tree tmp_var, struct mem_ref_loc *mem_refs) in rewrite_mem_refs()
1045 struct mem_ref_loc *mem_refs) in schedule_sm()
1047 struct mem_ref_loc *aref; in schedule_sm()
1102 struct mem_ref_loc *aref; in determine_lsm_ref()