Searched refs:lhs_def_stmt (Results 1 – 2 of 2) sorted by relevance
1866 gimple *lhs_def_stmt; in predict_extra_loop_exits() local1894 lhs_def_stmt = SSA_NAME_DEF_STMT (cmp_lhs); in predict_extra_loop_exits()1895 if (!lhs_def_stmt) in predict_extra_loop_exits()1898 phi_stmt = dyn_cast <gphi *> (lhs_def_stmt); in predict_extra_loop_exits()
2348 a gimple_phi; introduce "lhs_def_stmt" as plain gimple.