Searched refs:lcssa_phi (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 131 gphi *lcssa_phi; member 285 if ((phi != NULL && phi == re->lcssa_phi) in find_reduction_by_stmt() 436 consumer = single_use_in_loop (PHI_RESULT (re->lcssa_phi), m_outer); in classify_simple_reduction() 466 gphi *lcssa_phi = NULL, *use_phi; in analyze_iloop_reduction_var() local 554 && lcssa_phi == NULL in analyze_iloop_reduction_var() 557 lcssa_phi = use_phi; in analyze_iloop_reduction_var() 561 if (!lcssa_phi) in analyze_iloop_reduction_var() 569 re->lcssa_phi = lcssa_phi; in analyze_iloop_reduction_var() 602 gphi *lcssa_phi = NULL, *use_phi; in analyze_oloop_reduction_var() local 631 if (next_def != inner_re->lcssa_phi) in analyze_oloop_reduction_var() [all …]
|
H A D | tree-vect-loop-manip.c | 2045 gphi *lcssa_phi) in find_guard_arg() argument 2055 PHI_ARG_DEF (lcssa_phi, 0), 0)) in find_guard_arg() 2139 gphi *lcssa_phi = create_phi_node (new_res, between_bb); in slpeel_update_phi_nodes_for_loops() local 2140 add_phi_arg (lcssa_phi, arg, single_exit (first), UNKNOWN_LOCATION); in slpeel_update_phi_nodes_for_loops()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 131 gphi *lcssa_phi; member 285 if ((phi != NULL && phi == re->lcssa_phi) in find_reduction_by_stmt() 436 consumer = single_use_in_loop (PHI_RESULT (re->lcssa_phi), m_outer); in classify_simple_reduction() 466 gphi *lcssa_phi = NULL, *use_phi; in analyze_iloop_reduction_var() local 554 && lcssa_phi == NULL in analyze_iloop_reduction_var() 557 lcssa_phi = use_phi; in analyze_iloop_reduction_var() 561 if (!lcssa_phi) in analyze_iloop_reduction_var() 569 re->lcssa_phi = lcssa_phi; in analyze_iloop_reduction_var() 602 gphi *lcssa_phi = NULL, *use_phi; in analyze_oloop_reduction_var() local 631 if (next_def != inner_re->lcssa_phi) in analyze_oloop_reduction_var() [all …]
|
H A D | tree-vect-loop-manip.cc | 2124 gphi *lcssa_phi) in find_guard_arg() argument 2134 PHI_ARG_DEF (lcssa_phi, 0), 0)) in find_guard_arg() 2218 gphi *lcssa_phi = create_phi_node (new_res, between_bb); in slpeel_update_phi_nodes_for_loops() local 2219 add_phi_arg (lcssa_phi, arg, single_exit (first), UNKNOWN_LOCATION); in slpeel_update_phi_nodes_for_loops()
|