| /src/external/gpl3/gcc/dist/gcc/ |
| early-remat.cc | 423 remat_candidate *add_candidate (rtx_insn *, unsigned int, bool); 790 early_remat::add_candidate (rtx_insn *insn, unsigned int regno, function in class:early_remat 836 remat_candidate *cand = add_candidate (insn, regno, true); 953 add_candidate (insn, regno, true); 992 add_candidate (DF_REF_INSN (ref), regno, false);
|
| tree-ssa-loop-ivopts.cc | 3349 add_candidate (struct ivopts_data *data, tree base, tree step, bool important, function 3368 add_candidate (data, integer_zero_node, integer_one_node, true, NULL); 3374 add_candidate (data, build_int_cst (long_integer_type_node, 0), 3381 add_candidate (data, build_int_cst (long_long_integer_type_node, 0), 3404 add_candidate (data, base, step, true, NULL, iv); 3407 add_candidate (data, iv->base, iv->step, true, NULL); 3410 add_candidate (data, iv->base, iv->step, true, NULL); 3414 add_candidate (data, size_int (0), iv->step, true, NULL); 3416 add_candidate (data, build_int_cst (TREE_TYPE (iv->base), 0), 3569 add_candidate (data, fold_convert (basetype, iv->base) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| early-remat.cc | 423 remat_candidate *add_candidate (rtx_insn *, unsigned int, bool); 792 early_remat::add_candidate (rtx_insn *insn, unsigned int regno, function in class:early_remat 838 remat_candidate *cand = add_candidate (insn, regno, true); 955 add_candidate (insn, regno, true); 994 add_candidate (DF_REF_INSN (ref), regno, false);
|
| tree-ssa-loop-ivopts.cc | 3309 add_candidate (struct ivopts_data *data, tree base, tree step, bool important, function 3328 add_candidate (data, integer_zero_node, integer_one_node, true, NULL); 3334 add_candidate (data, build_int_cst (long_integer_type_node, 0), 3341 add_candidate (data, build_int_cst (long_long_integer_type_node, 0), 3364 add_candidate (data, base, step, true, NULL, iv); 3367 add_candidate (data, iv->base, iv->step, true, NULL); 3370 add_candidate (data, iv->base, iv->step, true, NULL); 3374 add_candidate (data, size_int (0), iv->step, true, NULL); 3376 add_candidate (data, build_int_cst (TREE_TYPE (iv->base), 0), 3529 add_candidate (data, fold_convert (basetype, iv->base) [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| call.cc | 208 static struct z_candidate *add_candidate 535 /* The flags active in add_candidate. */ 2234 add_candidate (struct z_candidate **candidates, function 2602 return add_candidate (candidates, fn, orig_first_arg, args, len, convs, 2649 return add_candidate (candidates, fn, obj, arglist, len, convs, 2713 return add_candidate (candidates, totype, obj, arglist, len, convs, 2784 add_candidate (candidates, fnname, /*first_arg=*/NULL_TREE, /*args=*/NULL, 3730 return add_candidate (candidates, tmpl, first_arg, arglist, nargs, convs, 7300 /* We swapped these in add_candidate, swap them back now. */
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| call.cc | 199 static struct z_candidate *add_candidate 525 /* The flags active in add_candidate. */ 2175 add_candidate (struct z_candidate **candidates, function 2509 return add_candidate (candidates, fn, orig_first_arg, args, len, convs, 2612 return add_candidate (candidates, totype, obj, arglist, len, convs, 2683 add_candidate (candidates, fnname, /*first_arg=*/NULL_TREE, /*args=*/NULL, 3629 return add_candidate (candidates, tmpl, first_arg, arglist, nargs, convs, 6715 /* We swapped these in add_candidate, swap them back now. */
|