Home
last modified time | relevance | path

Searched refs:instantiate_scev (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-scalar-evolution.h33 extern tree instantiate_scev (edge, class loop *, tree);
63 return instantiate_scev (loop_preheader_edge (loop), loop, chrec); in instantiate_parameters()
H A Dgimple-loop-interchange.cc745 chrec = instantiate_scev (e, m_loop, chrec); in analyze_carried_vars()
1091 i_niters = instantiate_scev (instantiate_below, loop_outer (iloop.m_loop), in interchange_loops()
1099 o_niters = instantiate_scev (instantiate_below, loop_outer (oloop.m_loop), in interchange_loops()
1326 scev = instantiate_scev (loop_preheader_edge (loop_nest), loop, scev); in compute_access_stride()
1806 niters = instantiate_scev (loop_preheader_edge (loop2), in proper_loop_form_for_interchange()
H A Dsese.c451 return instantiate_scev (region.entry, loop, in scalar_evolution_in_region()
H A Dtree-data-ref.c1099 access_fn = instantiate_scev (nest, loop, access_fn); in dr_analyze_indices()
1131 access_fn = instantiate_scev (nest, loop, access_fn); in dr_analyze_indices()
H A Dtree-scalar-evolution.c2694 instantiate_scev (edge instantiate_below, class loop *evolution_loop, in instantiate_scev() function
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-scalar-evolution.h33 extern tree instantiate_scev (edge, class loop *, tree);
63 return instantiate_scev (loop_preheader_edge (loop), loop, chrec); in instantiate_parameters()
H A Dgimple-loop-interchange.cc745 chrec = instantiate_scev (e, m_loop, chrec); in analyze_carried_vars()
1091 i_niters = instantiate_scev (instantiate_below, loop_outer (iloop.m_loop), in interchange_loops()
1099 o_niters = instantiate_scev (instantiate_below, loop_outer (oloop.m_loop), in interchange_loops()
1332 scev = instantiate_scev (loop_preheader_edge (loop_nest), in compute_access_stride()
1818 niters = instantiate_scev (loop_preheader_edge (loop2), in proper_loop_form_for_interchange()
H A Dsese.c451 return instantiate_scev (region.entry, loop, in scalar_evolution_in_region()
H A Dsese.cc451 return instantiate_scev (region.entry, loop, in scalar_evolution_in_region()
H A Dtree-data-ref.c1099 access_fn = instantiate_scev (nest, loop, access_fn); in dr_analyze_indices()
1131 access_fn = instantiate_scev (nest, loop, access_fn); in dr_analyze_indices()
H A Dtree-data-ref.cc1343 access_fn = instantiate_scev (nest, loop, access_fn); in dr_analyze_indices()
1375 access_fn = instantiate_scev (nest, loop, access_fn); in dr_analyze_indices()
H A Dtree-scalar-evolution.c2694 instantiate_scev (edge instantiate_below, class loop *evolution_loop, in instantiate_scev() function
H A Dtree-scalar-evolution.cc2694 instantiate_scev (edge instantiate_below, class loop *evolution_loop, in instantiate_scev() function
H A DChangeLog-20086270 (instantiate_scev_1, instantiate_scev): Pass a basic block above which
6273 * tree-scalar-evolution.h (instantiate_scev): Update declaration.
6276 instantiate_scev.
6284 to instantiate_scev.
18908 instantiate_scev.
19777 * tree-scalar-evolution.c: Document instantiate_scev.
19780 (instantiate_scev): New.
19784 * tree-scalar-evolution.h (instantiate_scev): Declare.
19786 * tree-data-ref.c (dr_analyze_indices): Call instantiate_scev
H A DChangeLog-201711806 instantiate_scev change.
11811 entry edge into a region and adjust instantiate_scev calls.
11816 * tree-scalar-evolution.h (instantiate_scev): Make instantiate_below
11836 (instantiate_scev): Make instantiate_below parameter
30666 (instantiate_scev): Likewise.
H A DChangeLog.graphite8079 find_scop_parameters, setup_cloog_loop): Use instantiate_scev
H A DChangeLog-201318059 (instantiate_scev): Construct global instead of local cache.
31634 (instantiate_scev): Likewise.
H A DChangeLog-2012393 (instantiate_scev): Likewise.
H A DChangeLog-201922488 (instantiate_scev): Same.
H A DChangeLog-201530193 (instantiate_scev): Change argument.