Searched refs:top_stmt (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c3548 1) Find top_stmt which is trunc_div or trunc_mod stmt and dominates all
3550 2) Add top_stmt and all trunc_div and trunc_mod stmts dominated by top_stmt
3552 3) Insert DIVMOD call just before top_stmt and update entries in
3570 gimple *top_stmt = stmt; local
3573 /* Part 1: Try to set top_stmt to "topmost" stmt that dominates
3592 if (gimple_uid (use_stmt) < gimple_uid (top_stmt))
3593 top_stmt = use_stmt;
3598 top_stmt = use_stmt;
3603 tree top_op1 = gimple_assign_rhs1 (top_stmt);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc4421 1) Find top_stmt which is trunc_div or trunc_mod stmt and dominates all
4423 2) Add top_stmt and all trunc_div and trunc_mod stmts dominated by top_stmt
4425 3) Insert DIVMOD call just before top_stmt and update entries in
4443 gimple *top_stmt = stmt; local
4446 /* Part 1: Try to set top_stmt to "topmost" stmt that dominates
4465 if (gimple_uid (use_stmt) < gimple_uid (top_stmt))
4466 top_stmt = use_stmt;
4471 top_stmt = use_stmt;
4476 tree top_op1 = gimple_assign_rhs1 (top_stmt);
[all...]

Completed in 210 milliseconds