Home | History | Annotate | Download | only in gcc

Lines Matching defs:conds

405    of the temporaries, CONDS is a vector holding the produced GIMPLE
407 logical comparisons. CONDS is either empty or a list ended with a
415 vec<gimple *> conds,
445 conds.quick_push (stmt1);
446 conds.quick_push (stmt2);
447 conds.quick_push (stmt3);
454 for the given function, CONDS points to the vector
462 vec<gimple *> conds,
470 conds, nconds);
476 conds.quick_push (NULL);
482 conds, nconds);
500 *CONDS is the vector to hold resulting statements,
505 vec<gimple *> conds,
522 conds, nconds);
535 argument, *CONDS is the vector to hold resulting
541 vec<gimple *> conds,
590 conds, nconds);
598 conds.quick_push (NULL);
607 conds.quick_push (stmt1);
608 conds.quick_push (stmt2);
616 conds. The number of logical conditions are stored in *nconds.
626 *CONDS is a vector holding the resulting condition statements,
630 gen_conditions_for_pow (gcall *pow_call, vec<gimple *> conds,
646 gen_conditions_for_pow_cst_base (base, expn, conds, nconds);
648 gen_conditions_for_pow_int_base (base, expn, conds, nconds);
761 BI_CALL is the builtin call, CONDS is the vector of statements
767 gen_shrink_wrap_conditions (gcall *bi_call, const vec<gimple *> &conds,
774 gcc_assert (nconds && conds.exists ());
775 gcc_assert (conds.length () == 0);
785 gen_conditions_for_pow (call, conds, nconds);
792 gen_conditions_for_domain (arg, domain, conds, nconds);
799 conditions in CONDS is false. Also move BI_NEWCALL to a new basic block
800 when it is non-null, it is called while all of the CONDS are true. */
804 const vec <gimple *> &conds,
879 tn_cond_stmts = conds.length ();
881 cond_expr_start = conds[0];
884 gimple *c = conds[ci];
915 cond_expr_start = conds[ci0];
918 gimple *c = conds[ci];
1037 auto_vec<gimple *, 12> conds;
1038 gen_shrink_wrap_conditions (bi_call, conds, &nconds);
1040 shrink_wrap_one_built_in_call_with_conds (bi_call, conds, nconds);
1078 auto_vec<gimple *, 12> conds;
1082 gen_shrink_wrap_conditions (call, conds, &nconds);
1115 conds.quick_push (gimple_build_cond (EQ_EXPR, lhs, lhs,
1131 shrink_wrap_one_built_in_call_with_conds (call, conds, nconds,