Home
last modified time | relevance | path

Searched refs:vrp_evaluate_conditional (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dvr-values.h50 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.h50 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dvr-values.h50 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.h50 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.h50 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dvr-values.h50 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dvr-values.h50 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
H A Dtree-vrp.c6283 tree vrp_evaluate_conditional (tree_code code, tree op0, in vrp_evaluate_conditional() function
6285 { return vr_values->vrp_evaluate_conditional (code, op0, op1, stmt); } in vrp_evaluate_conditional()
6307 val = vrp_evaluate_conditional (gimple_assign_rhs_code (stmt), in fold_predicate_in()
6313 val = vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in fold_predicate_in()
6431 return vr_values->vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in simplify_stmt_for_jump_threading()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dvr-values.h50 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
H A Dtree-vrp.c6283 tree vrp_evaluate_conditional (tree_code code, tree op0, in vrp_evaluate_conditional() function
6285 { return vr_values->vrp_evaluate_conditional (code, op0, op1, stmt); } in vrp_evaluate_conditional()
6307 val = vrp_evaluate_conditional (gimple_assign_rhs_code (stmt), in fold_predicate_in()
6313 val = vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in fold_predicate_in()
6431 return vr_values->vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in simplify_stmt_for_jump_threading()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dvr-values.h50 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
H A Dtree-vrp.c6277 tree vrp_evaluate_conditional (tree_code code, tree op0, in vrp_evaluate_conditional() function
6279 { return vr_values->vrp_evaluate_conditional (code, op0, op1, stmt); } in vrp_evaluate_conditional()
6301 val = vrp_evaluate_conditional (gimple_assign_rhs_code (stmt), in fold_predicate_in()
6307 val = vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in fold_predicate_in()
6425 return vr_values->vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in simplify_stmt_for_jump_threading()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dvr-values.h53 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
H A Dtree-vrp.c4768 tree vrp_evaluate_conditional (tree_code code, tree op0, in vrp_evaluate_conditional() function
4770 { return vr_values->vrp_evaluate_conditional (code, op0, op1, stmt); } in vrp_evaluate_conditional()
4792 val = vrp_evaluate_conditional (gimple_assign_rhs_code (stmt), in fold_predicate_in()
4798 val = vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in fold_predicate_in()
4916 return vr_values->vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in simplify_stmt_for_jump_threading()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dvr-values.h53 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
H A Dtree-vrp.c4762 tree vrp_evaluate_conditional (tree_code code, tree op0, in vrp_evaluate_conditional() function
4764 { return vr_values->vrp_evaluate_conditional (code, op0, op1, stmt); } in vrp_evaluate_conditional()
4786 val = vrp_evaluate_conditional (gimple_assign_rhs_code (stmt), in fold_predicate_in()
4792 val = vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in fold_predicate_in()
4910 return vr_values->vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in simplify_stmt_for_jump_threading()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dvr-values.h53 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
H A Dtree-vrp.c4768 tree vrp_evaluate_conditional (tree_code code, tree op0, in vrp_evaluate_conditional() function
4770 { return vr_values->vrp_evaluate_conditional (code, op0, op1, stmt); } in vrp_evaluate_conditional()
4792 val = vrp_evaluate_conditional (gimple_assign_rhs_code (stmt), in fold_predicate_in()
4798 val = vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in fold_predicate_in()
4916 return vr_values->vrp_evaluate_conditional (gimple_cond_code (cond_stmt), in simplify_stmt_for_jump_threading()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dvr-values.h40 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dvr-values.h40 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dvr-values.h40 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dvr-values.h42 tree vrp_evaluate_conditional (tree_code, tree, tree, gimple *);
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-flow.h669 tree vrp_evaluate_conditional (tree, bool);
H A Dtree-ssa-propagate.c1038 val = vrp_evaluate_conditional (*pred_p, true); in fold_predicate_in()
H A Dtree-vrp.c1709 tree val = vrp_evaluate_conditional (expr, false); in extract_range_from_comparison()
3334 vrp_evaluate_conditional (tree cond, bool use_equiv_p) in vrp_evaluate_conditional() function
3485 val = vrp_evaluate_conditional (cond, false); in vrp_visit_cond_stmt()

1234567891011