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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-phiprop.c379 gimple *vuse_stmt;
389 vuse_stmt = USE_STMT (vuse_p);
390 if (vuse_stmt == use_stmt)
393 gimple_bb (vuse_stmt), bb))
395 if (ref_maybe_used_by_stmt_p (vuse_stmt,
H A Dtree-ssa-sink.c528 gimple *vuse_stmt; local
530 FOR_EACH_IMM_USE_STMT (vuse_stmt, iter, gimple_vdef (stmt))
531 if (gimple_code (vuse_stmt) != GIMPLE_PHI)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-phiprop.cc379 gimple *vuse_stmt;
389 vuse_stmt = USE_STMT (vuse_p);
390 if (vuse_stmt == use_stmt)
393 gimple_bb (vuse_stmt), bb))
395 if (ref_maybe_used_by_stmt_p (vuse_stmt,
H A Dtree-ssa-sink.cc727 gimple *vuse_stmt; local
729 FOR_EACH_IMM_USE_STMT (vuse_stmt, iter, gimple_vdef (stmt))
730 if (gimple_code (vuse_stmt) != GIMPLE_PHI)

Completed in 1718 milliseconds