Home
last modified time | relevance | path

Searched refs:depth2 (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphite-interchange.c449 lst_interchange_profitable_p (lst_p nest, int depth1, int depth2) in lst_interchange_profitable_p() argument
454 gcc_assert (depth1 < depth2); in lst_interchange_profitable_p()
460 memory_strides_in_loop (nest, depth2, d2); in lst_interchange_profitable_p()
475 pbb_interchange_loop_depths (graphite_dim_t depth1, graphite_dim_t depth2, in pbb_interchange_loop_depths() argument
482 ppl_dimension_type dim2 = psct_dynamic_dim (pbb, depth2); in pbb_interchange_loop_depths()
501 lst_apply_interchange (lst_p lst, int depth1, int depth2) in lst_apply_interchange() argument
512 lst_apply_interchange (l, depth1, depth2); in lst_apply_interchange()
515 pbb_interchange_loop_depths (depth1, depth2, LST_PBB (lst)); in lst_apply_interchange()
588 int depth2 = lst_depth (loop2); in lst_try_interchange_loops() local
596 if (!lst_interchange_profitable_p (loop2, depth1, depth2)) in lst_try_interchange_loops()
[all …]
/dflybsd-src/contrib/gdb-7/gdb/
H A Dmacrotab.c250 int depth2 = inclusion_depth (file2); in compare_locations() local
254 while (depth1 > depth2) in compare_locations()
261 while (depth2 > depth1) in compare_locations()
266 depth2--; in compare_locations()