Searched refs:bounds_of_var_in_loop (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vr-values.h | 183 extern bool bounds_of_var_in_loop (tree *min, tree *max, range_query *,
|
H A D | gimple-range-fold.cc | 1315 if (bounds_of_var_in_loop (&min, &max, src.query (), l, phi, name)) in range_of_ssa_name_with_loop_info()
|
H A D | vr-values.cc | 1638 bounds_of_var_in_loop (tree *min, tree *max, range_query *query, in bounds_of_var_in_loop() function 1795 if (bounds_of_var_in_loop (&min, &max, this, loop, stmt, var)) in adjust_range_with_scev()
|
H A D | ChangeLog-2021 | 26296 * vr-values.c (bounds_of_var_in_loop): Bail if scev returns
|
H A D | ChangeLog-2020 | 8729 * vr-values.c (bounds_of_var_in_loop): Adjust overflow for
|