Home
last modified time | relevance | path

Searched refs:max_distance (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.c284 HOST_WIDE_INT max_distance; member
795 HOST_WIDE_INT max_distance; in want_to_gcse_p() local
803 max_distance in want_to_gcse_p()
805 if (max_distance == 0) in want_to_gcse_p()
808 gcc_assert (max_distance > 0); in want_to_gcse_p()
811 max_distance = 0; in want_to_gcse_p()
814 *max_distance_ptr = max_distance; in want_to_gcse_p()
1120 int avail_p, HOST_WIDE_INT max_distance, in insert_expr_in_table() argument
1164 gcc_assert (max_distance >= 0); in insert_expr_in_table()
1165 cur_expr->max_distance = max_distance; in insert_expr_in_table()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcse.cc284 HOST_WIDE_INT max_distance; member
795 HOST_WIDE_INT max_distance; in want_to_gcse_p() local
803 max_distance in want_to_gcse_p()
805 if (max_distance == 0) in want_to_gcse_p()
808 gcc_assert (max_distance > 0); in want_to_gcse_p()
811 max_distance = 0; in want_to_gcse_p()
814 *max_distance_ptr = max_distance; in want_to_gcse_p()
1119 int avail_p, HOST_WIDE_INT max_distance, in insert_expr_in_table() argument
1163 gcc_assert (max_distance >= 0); in insert_expr_in_table()
1164 cur_expr->max_distance = max_distance; in insert_expr_in_table()
[all …]
H A DChangeLog-201019381 * gcse.c (hash_scan_set): Use max_distance for gcse-las.
19599 * gcse.c (struct expr:max_distance): New field.
19602 simple expressions, don't change behavior for PRE. Set max_distance.
19603 (insert_expr_in_table): Set new max_distance field.
19605 (hoist_expr_reaches_here_p): Stop search after max_distance
19609 done. Pass max_distance to hoist_expr_reaches_here_p.
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_zfetch.c65 SYSCTL_UINT(_vfs_zfs_zfetch, OID_AUTO, max_distance, CTLFLAG_RWTUN,
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c8130 offsetT max_distance = exp->X_add_number; in is_narrow_branch_guaranteed_in_range() local
8138 max_distance += (S_GET_VALUE (symbolP) - target_frag->fr_address); in is_narrow_branch_guaranteed_in_range()
8145 while (fragP != NULL && fragP != target_frag && max_distance <= MAX_IMMED6) in is_narrow_branch_guaranteed_in_range()
8147 max_distance += unrelaxed_frag_max_size (fragP); in is_narrow_branch_guaranteed_in_range()
8150 if (max_distance <= MAX_IMMED6 && fragP == target_frag) in is_narrow_branch_guaranteed_in_range()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c8142 offsetT max_distance = exp->X_add_number; in is_narrow_branch_guaranteed_in_range() local
8150 max_distance += (S_GET_VALUE (symbolP) - target_frag->fr_address); in is_narrow_branch_guaranteed_in_range()
8157 while (fragP != NULL && fragP != target_frag && max_distance <= MAX_IMMED6) in is_narrow_branch_guaranteed_in_range()
8159 max_distance += unrelaxed_frag_max_size (fragP); in is_narrow_branch_guaranteed_in_range()
8162 if (max_distance <= MAX_IMMED6 && fragP == target_frag) in is_narrow_branch_guaranteed_in_range()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog1778 max_distance as the type-dependent max error.