Home
last modified time | relevance | path

Searched refs:cand_type (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-strength-reduction.cc248 tree cand_type; member in slsr_cand_d
560 || !types_compatible_p (one_basis->cand_type, c->cand_type) in find_basis_for_base_expr()
689 c->cand_type = ctype; in alloc_cand_and_find_basis()
1101 ctype = base_cand->cand_type; in create_mul_ssa_cand()
1117 ctype = base_cand->cand_type; in create_mul_ssa_cand()
1174 ctype = base_cand->cand_type; in create_mul_imm_cand()
1189 ctype = base_cand->cand_type; in create_mul_imm_cand()
1205 ctype = base_cand->cand_type; in create_mul_imm_cand()
1308 stype = addend_cand->cand_type; in create_add_ssa_cand()
1331 ctype = base_cand->cand_type; in create_add_ssa_cand()
[all …]
Dtree-ssa-loop-ivopts.cc5290 tree cand_type, a, b, mbz, nit_type = TREE_TYPE (niter->niter), offset; in iv_elimination_compare_lt() local
5299 cand_type = TREE_TYPE (cand->iv->base); in iv_elimination_compare_lt()
5300 if (cand->pos != IP_ORIGINAL || !nowrap_type_p (cand_type)) in iv_elimination_compare_lt()
DChangeLog-201215077 Use cand_type to determine whether pointer arithmetic will be generated.