Home
last modified time | relevance | path

Searched refs:to_bb_head (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.c3078 int *to_bb_head; in hoist_code() local
3100 to_bb_head = XCNEWVEC (int, get_max_uid ()); in hoist_code()
3114 to_bb_head[INSN_UID (insn)] = to_head++; in hoist_code()
3211 - to_bb_head[INSN_UID (occr->insn)]); in hoist_code()
3346 free (to_bb_head); in hoist_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcse.cc3058 int *to_bb_head; in hoist_code() local
3080 to_bb_head = XCNEWVEC (int, get_max_uid ()); in hoist_code()
3094 to_bb_head[INSN_UID (insn)] = to_head++; in hoist_code()
3192 - to_bb_head[INSN_UID (occr->insn)]); in hoist_code()
3325 free (to_bb_head); in hoist_code()