Searched refs:max_distance (Results 1 – 7 of 7) sorted by relevance
284 HOST_WIDE_INT max_distance; member795 HOST_WIDE_INT max_distance; in want_to_gcse_p() local803 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() argument1164 gcc_assert (max_distance >= 0); in insert_expr_in_table()1165 cur_expr->max_distance = max_distance; in insert_expr_in_table()[all …]
284 HOST_WIDE_INT max_distance; member795 HOST_WIDE_INT max_distance; in want_to_gcse_p() local803 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() argument1163 gcc_assert (max_distance >= 0); in insert_expr_in_table()1164 cur_expr->max_distance = max_distance; in insert_expr_in_table()[all …]
19381 * 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_distance19609 done. Pass max_distance to hoist_expr_reaches_here_p.
65 SYSCTL_UINT(_vfs_zfs_zfetch, OID_AUTO, max_distance, CTLFLAG_RWTUN,
8130 offsetT max_distance = exp->X_add_number; in is_narrow_branch_guaranteed_in_range() local8138 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()
8142 offsetT max_distance = exp->X_add_number; in is_narrow_branch_guaranteed_in_range() local8150 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()
1778 max_distance as the type-dependent max error.