Searched refs:init_ref (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 136 tree init_ref; member 428 re->init_ref = gimple_assign_rhs1 (producer); in classify_simple_reduction() 445 if (!re->init_ref) in classify_simple_reduction() 448 re->init_ref = unshare_expr (re->fini_ref); in classify_simple_reduction() 453 if (re->init_ref && !operand_equal_p (re->init_ref, re->fini_ref, 0)) in classify_simple_reduction() 894 stmt = gimple_build_assign (tmp, re->init_ref); in undo_simple_reduction()
|
H A D | tree-predcom.c | 1256 tree name, init, init_ref; in find_looparound_phi() local 1297 init_ref = gimple_assign_rhs1 (init_stmt); in find_looparound_phi() 1298 if (!REFERENCE_CLASS_P (init_ref) in find_looparound_phi() 1299 && !DECL_P (init_ref)) in find_looparound_phi() 1305 DR_REF (&init_dr) = init_ref; in find_looparound_phi() 1307 if (!dr_analyze_innermost (&DR_INNERMOST (&init_dr), init_ref, loop, in find_looparound_phi() 1319 ao_ref_init (&ref, init_ref); in find_looparound_phi()
|
H A D | tree-vect-data-refs.c | 4348 tree init_ref = build_fold_indirect_ref (init_addr); in vect_analyze_data_refs() local 4352 "analyze in outer loop: %T\n", init_ref); in vect_analyze_data_refs() 4356 init_ref, loop, stmt_info->stmt); in vect_analyze_data_refs()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 136 tree init_ref; member 428 re->init_ref = gimple_assign_rhs1 (producer); in classify_simple_reduction() 445 if (!re->init_ref) in classify_simple_reduction() 448 re->init_ref = unshare_expr (re->fini_ref); in classify_simple_reduction() 453 if (re->init_ref && !operand_equal_p (re->init_ref, re->fini_ref, 0)) in classify_simple_reduction() 894 stmt = gimple_build_assign (tmp, re->init_ref); in undo_simple_reduction()
|
H A D | tree-predcom.cc | 1379 tree name, init, init_ref; in find_looparound_phi() local 1420 init_ref = gimple_assign_rhs1 (init_stmt); in find_looparound_phi() 1421 if (!REFERENCE_CLASS_P (init_ref) in find_looparound_phi() 1422 && !DECL_P (init_ref)) in find_looparound_phi() 1428 DR_REF (&init_dr) = init_ref; in find_looparound_phi() 1430 if (!dr_analyze_innermost (&DR_INNERMOST (&init_dr), init_ref, m_loop, in find_looparound_phi() 1442 ao_ref_init (&ref, init_ref); in find_looparound_phi()
|
H A D | tree-vect-data-refs.cc | 4573 tree init_ref = build_fold_indirect_ref (init_addr); in vect_analyze_data_refs() local 4577 "analyze in outer loop: %T\n", init_ref); in vect_analyze_data_refs() 4581 init_ref, loop, stmt_info->stmt); in vect_analyze_data_refs()
|