Searched refs:mem_ref_loc (Results 1 – 2 of 2) sorted by relevance
109 struct mem_ref_loc struct113 struct mem_ref_loc *next; /* Next use in the chain. */ argument124 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()[all …]
19253 (struct mem_ref_loc): New.19264 (rewrite_mem_refs, schedule_sm): Use mem_ref_loc list.