Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgcse.c314 typedef struct occr *occr_t; typedef
315 DEF_VEC_P (occr_t);
316 DEF_VEC_ALLOC_P (occr_t, heap);
3002 VEC (occr_t, heap) *occrs_to_hoist = NULL; in hoist_code()
3006 occr_t occr; in hoist_code()
3072 VEC_safe_push (occr_t, heap, in hoist_code()
3094 == VEC_length (occr_t, occrs_to_hoist)) in hoist_code()
3103 VEC_free (occr_t, heap, occrs_to_hoist); in hoist_code()
3108 VEC_free (occr_t, heap, occrs_to_hoist); in hoist_code()
3114 FOR_EACH_VEC_ELT (occr_t, occrs_to_hoist, j, occr) in hoist_code()
[all …]
H A Dcprop.c68 typedef struct occr *occr_t; typedef
69 DEF_VEC_P (occr_t);
70 DEF_VEC_ALLOC_P (occr_t, heap);
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgcse.c306 typedef struct gcse_occr *occr_t; typedef
3147 vec<occr_t> occrs_to_hoist = vNULL; in hoist_code()
3151 occr_t occr; in hoist_code()