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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-unroll.c1486 ve_info_hash (const void *ves) argument
1488 return (hashval_t) INSN_UID (((struct var_to_expand *) ves)->insn);
1554 struct var_to_expand *ves; local
1608 ves = XNEW (struct var_to_expand);
1609 ves->insn = insn;
1610 ves->var_expansions = VEC_alloc (rtx, heap, 1);
1611 ves->reg = copy_rtx (dest);
1612 ves->op = GET_CODE (src);
1613 ves->expansion_count = 0;
1614 ves
1705 struct var_to_expand *ves = NULL; local
2082 struct var_to_expand ve_templ, *ves; local
[all...]

Completed in 57 milliseconds