Home | History | Annotate | Download | only in rtl-ssa

Lines Matching defs:access

83 // - an instruction I2 contains another access A to REGNO; and
137 // Stop the instruction moving beyond the previous relevant access
160 // - an instruction I2 contains another access A to R; and
189 access_info *access;
190 access = prev_access_ignoring (def, ignore_clobbers (is_clobber),
192 if (access)
193 move_range = move_later_than (move_range, access_insn (access));
208 access = next_access_ignoring (def, ignore_clobbers (is_clobber),
210 if (access)
211 move_range = move_earlier_than (move_range, access_insn (access));