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

/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-loop-im.c109 struct mem_ref_loc struct
113 struct mem_ref_loc *next; /* Next use in the chain. */
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)
890 struct mem_ref_loc *aref = XNEW (struct mem_ref_loc);
902 free_mem_ref_locs (struct mem_ref_loc *mem_refs)
904 struct mem_ref_loc *act;
917 rewrite_mem_refs (tree tmp_var, struct mem_ref_loc *mem_refs)
1045 struct mem_ref_loc *mem_ref
[all...]

Completed in 70 milliseconds