Lines Matching defs:stores
337 i.e. loads and stores to a single location.
339 allowance. (all stores copy the same value to the reaching reg used
348 vec<rtx_insn *> stores; /* INSN list of stores seen. */
397 /* This array parallels modify_mem_list, except that it stores MEMs
1310 redundant loads from due to stores to the same location. */
1335 /* Stores are never anticipatable. */
3605 load towards the exit, and we end up with no loads or stores of 'i'
3634 ptr->stores.create (0);
3650 ptr->stores.release ();
3690 fprintf (file, "\n Stores : ");
3691 print_rtx_insn_vec (file, ptr->stores);
3785 /* Find all the 'simple' MEMs which are used in LOADs and STORES. Simple
3786 being defined as MEM loads and stores to symbols, with no side effects
3835 /* Check for stores. Don't worry about aliased ones, they
3849 ptr->stores.safe_push (insn);
3921 a reaching register, and update any stores that are needed if
3922 that expression is in the ld_motion list. Stores are updated by
3934 /* We can try to find just the REACHED stores, but is shouldn't
3944 FOR_EACH_VEC_ELT_REVERSE (mem_ptr->stores, i, insn)