Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDtree-ssa-loop-ivopts.c255 bitmap cands; member
4560 bitmap_clear_bit (ivs->cands, cid); in iv_ca_set_no_cp()
4618 bitmap_set_bit (ivs->cands, cid); in iv_ca_set_cp()
4653 EXECUTE_IF_SET_IN_BITMAP (ivs->cands, 0, i, bi) in iv_ca_add_use()
4828 nw->cands = BITMAP_ALLOC (NULL); in iv_ca_new()
4846 BITMAP_FREE ((*ivs)->cands); in iv_ca_free()
4861 bitmap_print (file, ivs->cands, " candidates ","\n"); in iv_ca_dump()
4944 EXECUTE_IF_SET_IN_BITMAP (ivs->cands, 0, ci, bi) in iv_ca_narrow()
4965 EXECUTE_IF_AND_IN_BITMAP (use->related_cands, ivs->cands, 0, ci, bi) in iv_ca_narrow()
5017 EXECUTE_IF_SET_IN_BITMAP (ivs->cands, 0, i, bi) in iv_ca_prune()
[all …]
HDChangeLog.tree-ssa6722 (expr_phi_insertion): Insert on PHI's of VUSES for loadpre cands.
/freebsd-11-stable/contrib/gcc/cp/
HDcall.c2352 splice_viable (struct z_candidate *cands, in splice_viable() argument
2364 cand = &cands; in splice_viable()
2380 return viable ? viable : cands; in splice_viable()
2384 any_strictly_viable (struct z_candidate *cands) in any_strictly_viable() argument
2386 for (; cands; cands = cands->next) in any_strictly_viable()
2387 if (cands->viable == 1) in any_strictly_viable()