Searched refs:occ (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Det-forest.c64 set_depth (struct et_occ *occ, int d) argument
66 if (!occ)
69 occ->min += d - occ->depth;
70 occ->depth = d;
76 set_depth_add (struct et_occ *occ, int d) argument
78 if (!occ)
81 occ->min += d;
82 occ->depth += d;
88 set_prev (struct et_occ *occ, struc argument
102 set_next(struct et_occ *occ, struct et_occ *t) argument
116 et_recomp_min(struct et_occ *occ) argument
141 et_check_occ_sanity(struct et_occ *occ) argument
171 et_check_sanity(struct et_occ *occ) argument
183 et_check_tree_sanity(struct et_occ *occ) argument
204 record_path_before_1(struct et_occ *occ, int depth) argument
241 record_path_before(struct et_occ *occ) argument
255 check_path_after_1(struct et_occ *occ, int depth) argument
288 check_path_after(struct et_occ *occ) argument
302 et_splay(struct et_occ *occ) argument
[all...]
H A Dtree-ssa-math-opts.c152 struct occurrence *occ; local
154 occ = bb->aux = pool_alloc (occ_pool);
155 memset (occ, 0, sizeof (struct occurrence));
157 occ->bb = bb;
158 occ->children = children;
159 return occ;
175 struct occurrence *occ, **p_occ; local
177 for (p_occ = p_head; (occ = *p_occ) != NULL; )
179 basic_block bb = new_occ->bb, occ_bb = occ->bb;
185 *p_occ = occ
233 struct occurrence *occ; local
251 compute_merit(struct occurrence *occ) argument
292 insert_reciprocals(block_stmt_iterator *def_bsi, struct occurrence *occ, tree def, tree recip_def, int threshold) argument
352 struct occurrence *occ = (struct occurrence *) bb->aux; local
367 free_bb(struct occurrence *occ) argument
401 struct occurrence *occ; local
[all...]
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h1335 uint32_t occ : 1; /**< Over-current Change. 1=This bit gets set to a one when there is a change to Over-current Active. member in struct:cvmx_uahcx_ehci_portscx::cvmx_uahcx_ehci_portscx_s
1374 uint32_t occ : 1;

Completed in 70 milliseconds