Home
last modified time | relevance | path

Searched refs:lhs_def_stmt (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpredict.cc1866 gimple *lhs_def_stmt; in predict_extra_loop_exits() local
1894 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()
DChangeLog.gimple-classes2348 a gimple_phi; introduce "lhs_def_stmt" as plain gimple.