Searched refs:cand (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c135 struct iv_cand *cand; /* The candidate. */ member in struct:cost_pair
474 dump_cand (FILE *file, struct iv_cand *cand) argument
476 struct iv *iv = cand->iv;
479 cand->id, cand->important ? " (important)" : "");
481 if (cand->depends_on)
484 dump_bitmap (file, cand->depends_on);
493 switch (cand->pos)
601 stmt_after_ip_original_pos (struct iv_cand *cand, tree stmt) argument
603 basic_block cand_bb = bb_for_stmt (cand
628 stmt_after_increment(struct loop *loop, struct iv_cand *cand, tree stmt) argument
1981 struct iv_cand *cand = NULL; local
2148 struct iv_cand *cand; local
2251 struct iv_cand *cand = iv_cand (data, i); local
2336 set_use_iv_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, unsigned cost, bitmap depends_on, tree value) argument
2378 get_use_iv_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
2532 var_at_stmt(struct loop *loop, struct iv_cand *cand, tree stmt) argument
3031 get_computation_aff(struct loop *loop, struct iv_use *use, struct iv_cand *cand, tree at, struct affine_tree_combination *aff) argument
3198 get_computation_at(struct loop *loop, struct iv_use *use, struct iv_cand *cand, tree at) argument
3214 get_computation(struct loop *loop, struct iv_use *use, struct iv_cand *cand) argument
3846 get_computation_cost_at(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, bool address_p, bitmap *depends_on, tree at) argument
4011 get_computation_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, bool address_p, bitmap *depends_on) argument
4023 determine_use_iv_cost_generic(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
4049 determine_use_iv_cost_address(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
4077 cand_value_at(struct loop *loop, struct iv_cand *cand, tree at, tree niter) argument
4132 may_eliminate_iv(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand, tree *bound) argument
4191 determine_use_iv_cost_condition(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
4240 determine_use_iv_cost(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
4266 struct iv_cand *cand; local
4337 determine_iv_cost(struct ivopts_data *data, struct iv_cand *cand) argument
4387 struct iv_cand *cand = iv_cand (data, i); local
4788 iv_ca_cand_used_p(struct iv_ca *ivs, struct iv_cand *cand) argument
4877 iv_ca_extend(struct ivopts_data *data, struct iv_ca *ivs, struct iv_cand *cand, struct iv_ca_delta **delta, unsigned *n_ivs) argument
4921 iv_ca_narrow(struct ivopts_data *data, struct iv_ca *ivs, struct iv_cand *cand, struct iv_ca_delta **delta) argument
5012 struct iv_cand *cand; local
5060 struct iv_cand *cand; local
5176 struct iv_cand *cand; local
5276 create_new_iv(struct ivopts_data *data, struct iv_cand *cand) argument
5323 struct iv_cand *cand; local
5360 rewrite_use_nonlinear_expr(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5585 rewrite_use_address(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5604 rewrite_use_compare(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5652 rewrite_use(struct ivopts_data *data, struct iv_use *use, struct iv_cand *cand) argument
5681 struct iv_cand *cand; local
5758 struct iv_cand *cand = iv_cand (data, i); local
[all...]
H A Dtree.c3837 /* Returns true iff cand is equivalent to base with type_quals. */
3840 check_qualified_type (tree cand, tree base, int type_quals)
3842 return (TYPE_QUALS (cand) == type_quals
3843 && TYPE_NAME (cand) == TYPE_NAME (base)
3845 && TYPE_CONTEXT (cand) == TYPE_CONTEXT (base)
3846 && attribute_list_equal (TYPE_ATTRIBUTES (cand),
3818 check_qualified_type(tree cand, tree base, int type_quals) argument
/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A Dpreauth.c359 struct rsn_pmksa_candidate *cand, *pos; local
373 cand = NULL;
377 cand = pos;
382 if (cand) {
383 dl_list_del(&cand->list);
385 cand->priority = prio;
387 cand = os_zalloc(sizeof(*cand));
388 if (cand == NULL)
390 os_memcpy(cand
[all...]
/freebsd-9.3-release/sys/boot/common/
H A Dbcache.c266 int cand, ocount; local
270 cand = 0; /* assume the first block */
277 cand = i;
282 cand = i;
286 DEBUG("insert blk %d -> %d @ %d # %d", blkno, cand, now, bcache_bcount);
287 bcopy(buf, bcache_data + (bcache_blksize * cand), bcache_blksize);
288 bcache_ctl[cand].bc_blkno = blkno;
289 bcache_ctl[cand].bc_stamp = now;
290 bcache_ctl[cand].bc_count = bcache_bcount++;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c112 struct z_candidate *cand; member in struct:conversion
905 struct z_candidate *cand; local
948 cand = NULL;
954 cand = add_template_candidate (&candidates,
964 if (cand)
970 f = cand->fn;
976 cand = NULL;
982 cand = add_function_candidate (&candidates, f, s, arglist,
987 if (cand)
995 (TREE_TYPE (cand
1275 struct z_candidate *cand; local
1301 struct z_candidate *cand = (struct z_candidate *) local
2218 struct z_candidate *cand; local
2345 struct z_candidate **cand; local
2530 struct z_candidate *candidates, *cand; local
2697 struct z_candidate *cand local
2751 struct z_candidate *cand; local
2793 struct z_candidate *candidates, *cand; local
2864 struct z_candidate *cand; local
2957 struct z_candidate *candidates = 0, *cand; local
3194 struct z_candidate *cand; local
3655 struct z_candidate *candidates = 0, *cand; local
4291 struct z_candidate *cand = convs->cand; local
4752 build_over_call(struct z_candidate *cand, int flags) argument
5342 struct z_candidate *candidates = 0, *cand; local
[all...]
H A Dcvt.c1153 tree cand = TREE_VALUE (conv);
1155 if (winner && winner == cand)
1158 candidate = non_reference (TREE_TYPE (TREE_TYPE (cand)));
1202 winner, cand);
1207 winner = cand;
1151 tree cand = TREE_VALUE (conv); local
/freebsd-9.3-release/sys/amd64/amd64/
H A Damd64_mem.c156 struct mem_range_desc *cand; local
159 for (i = 0, cand = sc->mr_desc; i < sc->mr_ndesc; i++, cand++)
160 if ((cand->mr_base == mrd->mr_base) &&
161 (cand->mr_len == mrd->mr_len))
162 return (cand);
/freebsd-9.3-release/sys/i386/i386/
H A Di686_mem.c150 struct mem_range_desc *cand; local
153 for (i = 0, cand = sc->mr_desc; i < sc->mr_ndesc; i++, cand++)
154 if ((cand->mr_base == mrd->mr_base) &&
155 (cand->mr_len == mrd->mr_len))
156 return (cand);
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_vale.c490 int i, j, cand = -1, cand2 = -1; local
539 cand = b->bdg_port_index[b->bdg_active_ports];
542 b->bdg_basename, name, b->bdg_active_ports, cand, cand2);
606 vpna->bdg_port = cand;
607 ND("NIC %p to bridge port %d", vpna, cand);
609 b->bdg_ports[cand] = vpna;

Completed in 113 milliseconds