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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-dse.c45 operands to detect dead stores. If a store's virtual definition
52 store executes, then the later stores will execute before the function
59 back to back stores, then the second is redundant.
75 bitmap stores; member in struct:dse_global_data
78 /* We allocate a bitmap-per-block for stores which are encountered
80 global bitmap of stores when we finish processing a block. */
83 bitmap stores; member in struct:dse_block_local_data
150 if (bd->stores)
151 bitmap_clear (bd->stores);
160 the two stores
387 bitmap stores = dse_gd->stores; local
[all...]
H A Dflow.c214 rtx stores;
1844 These insns, if not dead stores, have no effect on life, though
1845 they do have an effect on the memory stores we are tracking. */
2093 rcli->stores = const0_rtx;
2106 /* If this block has no successors, any stores to the frame that aren't
2261 /* Return 1 if X (the body of an insn, or part of it) is just dead stores
2928 /* Count (weighted) references, stores, etc. This counts a
3002 /* Note that dead stores have already been deleted
3127 rcli->stores = cond;
3144 if (rcli->stores
213 rtx stores; member in struct:reg_cond_life_info
[all...]
H A Dgcse.c438 anything except itself. (i.e., loads and stores to a single location).
440 allowance. (all stores copy the same value to the reaching reg used
443 Store Motion uses this structure as an expression table to track stores
452 rtx stores; /* INSN list of stores seen. */
1770 redundant loads from due to stores to the same location. */
5046 load towards the exit, and we end up with no loads or stores of 'i'
5091 ptr->stores = NULL_RTX;
5108 free_INSN_LIST_list (& ptr->stores);
5158 if (ptr->stores)
451 rtx stores; /* INSN list of stores seen. */ member in struct:ls_expr
[all...]
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.computer34 04/04 Tandy Corp. acquires Radio Shack, 1963 (9 stores)
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1197 The second, _interwork_r7_call_via_rN(), instead stores the return
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c9408 /* 64-bit loads and stores require word-aligned
9463 rtx stores[MAX_MOVE_REG];
9538 /* 64-bit loads and stores require word-aligned
9583 stores[num_reg++] = (*gen_func.mov) (dest, tmp_reg);
9590 emit_insn (stores[i]);
17019 /* Determine if INSN stores to memory. */
9445 rtx stores[MAX_MOVE_REG]; local

Completed in 148 milliseconds