| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-dse.cc | 286 poly_int64 copy_offset, ref_offset; local 294 if (!get_byte_aligned_range_contained_in_ref (copy, ©_offset, 300 if (!get_byte_aligned_range_containing_ref (copy, ©_offset, 306 || !ordered_p (copy_offset, ref_offset)) 318 if (maybe_lt (copy_offset, ref_offset)) 320 if (!(ref_offset - copy_offset).is_constant (&diff) 324 copy_offset = ref_offset; 327 if (!(copy_offset - ref_offset).is_constant (&diff) 337 if (!(copy_offset - ref_offset).is_constant (ret_offset))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-dse.cc | 242 poly_int64 copy_offset, ref_offset; local 250 if (!get_byte_aligned_range_contained_in_ref (copy, ©_offset, 256 if (!get_byte_aligned_range_containing_ref (copy, ©_offset, 262 || !ordered_p (copy_offset, ref_offset)) 274 if (maybe_lt (copy_offset, ref_offset)) 276 if (!(ref_offset - copy_offset).is_constant (&diff) 280 copy_offset = ref_offset; 283 if (!(copy_offset - ref_offset).is_constant (&diff) 293 if (!(copy_offset - ref_offset).is_constant (ret_offset))
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| mem-break.cc | 1841 int copy_offset, copy_len, buf_offset; local 1860 copy_offset = start - jp->pc; 1865 fast_tracepoint_jump_shadow (jp) + copy_offset, 1873 int copy_offset, copy_len, buf_offset; local 1895 copy_offset = start - bp->pc; 1901 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len); 1927 int copy_offset, copy_len, buf_offset; local 1948 copy_offset = start - jp->pc; 1951 memcpy (fast_tracepoint_jump_shadow (jp) + copy_offset, 1955 fast_tracepoint_jump_insn (jp) + copy_offset, copy_len) 1962 int copy_offset, copy_len, buf_offset; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| mem-break.cc | 1841 int copy_offset, copy_len, buf_offset; local 1860 copy_offset = start - jp->pc; 1865 fast_tracepoint_jump_shadow (jp) + copy_offset, 1873 int copy_offset, copy_len, buf_offset; local 1895 copy_offset = start - bp->pc; 1901 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len); 1927 int copy_offset, copy_len, buf_offset; local 1948 copy_offset = start - jp->pc; 1951 memcpy (fast_tracepoint_jump_shadow (jp) + copy_offset, 1955 fast_tracepoint_jump_insn (jp) + copy_offset, copy_len) 1962 int copy_offset, copy_len, buf_offset; local [all...] |