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

/freebsd-12-stable/contrib/gcc/
H A Dtree-vn.c155 const val_expr_pair_t ve1 = (val_expr_pair_t) p1; local
158 if (! expressions_equal_p (ve1->e, ve2->e))
161 if (ve1->vuses == ve2->vuses)
164 if (VEC_length (tree, ve1->vuses) != VEC_length (tree, ve2->vuses))
167 for (i = 0; VEC_iterate (tree, ve1->vuses, i, vuse1); i++)
H A Dtree-ssa-pre.c390 const expr_pred_trans_t ve1 = (expr_pred_trans_t) p1; local
392 basic_block b1 = ve1->pred;
405 if (!expressions_equal_p (ve1->e, ve2->e))
409 if (ve1->vuses == ve2->vuses)
412 if (VEC_length (tree, ve1->vuses) != VEC_length (tree, ve2->vuses))
415 for (i = 0; VEC_iterate (tree, ve1->vuses, i, vuse1); i++)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_cache.c120 const vdev_cache_entry_t *ve1 = (const vdev_cache_entry_t *)a1; local
123 return (AVL_CMP(ve1->ve_offset, ve2->ve_offset));
129 const vdev_cache_entry_t *ve1 = (const vdev_cache_entry_t *)a1; local
132 int cmp = AVL_CMP(ve1->ve_lastused, ve2->ve_lastused);

Completed in 121 milliseconds