Searched refs:phi_use_stmt (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c464 gimple *phi_use_stmt = NULL; local
500 phi_use_stmt = use_stmt;
593 && is_a <gphi *> (phi_use_stmt)
594 && flow_bb_inside_loop_p (loop->inner, gimple_bb (phi_use_stmt)))
H A Dtree-vect-loop.c3155 gimple *phi_use_stmt = NULL; local
3188 phi_use_stmt = use_stmt;
3282 && is_a <gphi *> (phi_use_stmt)
3283 && flow_bb_inside_loop_p (loop->inner, gimple_bb (phi_use_stmt)))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc464 gimple *phi_use_stmt = NULL; local
500 phi_use_stmt = use_stmt;
593 && is_a <gphi *> (phi_use_stmt)
594 && flow_bb_inside_loop_p (loop->inner, gimple_bb (phi_use_stmt)))
H A Dtree-vect-loop.cc3604 gimple *phi_use_stmt = NULL; local
3637 phi_use_stmt = use_stmt;
3731 && is_a <gphi *> (phi_use_stmt)
3732 && flow_bb_inside_loop_p (loop->inner, gimple_bb (phi_use_stmt)))

Completed in 300 milliseconds