Searched refs:runtime_alias_check_p (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-data-ref.h | 581 extern opt_result runtime_alias_check_p (ddr_p, class loop *, bool);
|
H A D | tree-loop-distribution.cc | 1417 return !runtime_alias_check_p (ddr, NULL, true); in data_dep_in_cycle_p()
|
H A D | tree-data-ref.cc | 1617 runtime_alias_check_p (ddr_p ddr, class loop *loop, bool speed_p) in runtime_alias_check_p() function
|
H A D | tree-vect-data-refs.cc | 201 = runtime_alias_check_p (ddr, loop, in vect_mark_for_runtime_alias_test()
|
H A D | ChangeLog-2018 | 8783 (runtime_alias_check_p): Convert return type from bool to 8795 (runtime_alias_check_p): Likewise. 10353 * tree-data-ref.c (runtime_alias_check_p): Use formatted printing 32119 (runtime_alias_check_p): Allow runtime alias checks with
|
H A D | ChangeLog | 463 * tree-data-ref.cc (runtime_alias_check_p): Reject checks
|
H A D | ChangeLog-2017 | 28487 * tree-data-ref.c (runtime_alias_check_p): ... to new function. 28488 * tree-data-ref.h (runtime_alias_check_p): New decalaration.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-data-ref.h | 576 extern opt_result runtime_alias_check_p (ddr_p, class loop *, bool);
|
H A D | tree-loop-distribution.c | 1407 return !runtime_alias_check_p (ddr, NULL, true); in data_dep_in_cycle_p()
|
H A D | tree-data-ref.c | 1369 runtime_alias_check_p (ddr_p ddr, class loop *loop, bool speed_p) in runtime_alias_check_p() function
|
H A D | tree-vect-data-refs.c | 194 = runtime_alias_check_p (ddr, loop, in vect_mark_for_runtime_alias_test()
|