Lines Matching refs:lcssa_phi
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()
652 if (lcssa_phi == NULL in analyze_oloop_reduction_var()
656 lcssa_phi = use_phi; in analyze_oloop_reduction_var()
660 if (!lcssa_phi) in analyze_oloop_reduction_var()
668 re->lcssa_phi = lcssa_phi; in analyze_oloop_reduction_var()
931 bitmap_set_bit (dce_seeds, SSA_NAME_VERSION (PHI_RESULT (re->lcssa_phi))); in undo_simple_reduction()