Home
last modified time | relevance | path

Searched refs:for_each_index (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop.h67 extern bool for_each_index (tree *, bool (*) (tree, tree *, void *), void *);
H A Dtree-ssa-phiprop.c373 if (! for_each_index (gimple_assign_lhs_ptr (use_stmt), in propagate_with_phi()
H A Dtree-ssa-loop.c586 for_each_index (tree *addr_p, bool (*cbck) (tree, tree *, void *), void *data) in for_each_index() function
H A Dtree-ssa-dse.c787 && !for_each_index (ref->ref ? &ref->ref : &ref->base, in dse_classify_store()
H A Dtree-ssa-loop-im.c2093 for_each_index (&ref->mem.ref, force_move_till, &fmt_data); in execute_sm()
2354 || !for_each_index (&ref->mem.ref, may_move_till, loop)) in can_sm_ref_p()
H A Dtree-ssa-loop-prefetch.c529 return for_each_index (base, idx_analyze_ref, &ar_data); in analyze_ref()
H A Dtree-if-conv.c828 return for_each_index (&ref, idx_within_array_bound, loop); in ref_within_array_bound()
H A Dtree-ssa-loop-ivopts.c2366 if (!for_each_index (&base, idx_find_step, &ifs_ivopts_data) in find_interesting_uses_address()
2410 for_each_index (op_p, idx_record_use, data); in find_interesting_uses_address()
H A Dtree-ssa-loop-niter.c3693 for_each_index (&ref, idx_infer_loop_bounds, &data); in infer_loop_bounds_from_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop.h67 extern bool for_each_index (tree *, bool (*) (tree, tree *, void *), void *);
H A Dtree-ssa-loop.cc533 for_each_index (tree *addr_p, bool (*cbck) (tree, tree *, void *), void *data) in for_each_index() function
H A Dtree-ssa-phiprop.cc373 if (! for_each_index (gimple_assign_lhs_ptr (use_stmt), in propagate_with_phi()
H A Dtree-ssa-dse.cc978 && !for_each_index (ref->ref ? &ref->ref : &ref->base, in dse_classify_store()
H A Dtree-ssa-loop-prefetch.cc529 return for_each_index (base, idx_analyze_ref, &ar_data); in analyze_ref()
H A Dtree-ssa-loop-im.cc2245 for_each_index (&ref->mem.ref, force_move_till, &fmt_data); in execute_sm()
3162 || !for_each_index (&ref->mem.ref, may_move_till, loop)) in can_sm_ref_p()
H A Dtree-if-conv.cc835 return for_each_index (&ref, idx_within_array_bound, loop); in ref_within_array_bound()
H A Dtree-ssa-loop-ivopts.cc2367 if (!for_each_index (&base, idx_find_step, &ifs_ivopts_data) in find_interesting_uses_address()
2411 for_each_index (op_p, idx_record_use, data); in find_interesting_uses_address()
H A Dtree-ssa-loop-niter.cc3815 for_each_index (&ref, idx_infer_loop_bounds, &data); in infer_loop_bounds_from_ref()
H A DChangeLog.graphite58 (close_phi_written_to_memory): Call for_each_index with
H A DChangeLog-20058132 * tree-ssa-loop-im.c (for_each_index): Handle INTEGER_CST
14658 * tree-ssa-loop-im.c (for_each_index): Handle COMPLEX_CST.
15766 * tree-ssa-loop-im.c (for_each_index): Ditto.
16861 * tree-ssa-loop-im.c (for_each_index): Handle VECTOR_CST.
H A DChangeLog-200411211 * tree-ssa-loop-im.c (for_each_index): Call callback for component_refs
11545 * tree-ssa-loop-im.c (for_each_index, is_call_clobbered_ref): Likewise.
14049 * tree-ssa-loop-im.c (for_each_index, set_level,
15104 * tree-ssa-loop-im.c (for_each_index): Handle REALPART_EXPR and
24175 (loop_commit_inserts, for_each_index, tree_ssa_lim): Declare.
H A DChangeLog-201015160 * tree-ssa-loop-im.c (for_each_index): Likewise.
15524 * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
22822 * tree-ssa-loop-im.c (for_each_index): Do not handle
23674 * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
H A DChangeLog-200824927 * tree-ssa-loop-im.c (for_each_index): Handle invariant
28196 * tree-ssa-loop-im.c (for_each_index): Handle CONSTRUCTOR
H A DChangeLog-201315827 * tree-ssa-loop-im.c (for_each_index): Move to tree-ssa-loop.c.
15875 (for_each_index, lsm_tmp_name_add, gen_lsm_tmp_name): Relocate from
H A DChangeLog-200611076 * tree-ssa-loop-im.c (for_each_index): Handle ARRAY_RANGE_REF as

12