Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dlocal-alloc.c311 static void post_mark_life (int, enum machine_mode, int, int, int);
2129 post_mark_life (regno, GET_MODE (reg), 1, birth, 2 * this_insn_number); in reg_is_born()
2192 post_mark_life (regno, GET_MODE (reg), 1, in wipe_dead_reg()
2310 post_mark_life (regno, mode, 1, born_index, dead_index); in find_free_reg()
2378 post_mark_life (int regno, enum machine_mode mode, int life, int birth, in post_mark_life() function
DChangeLog-200444005 * local-alloc.c (combine_regs, find_free_reg, post_mark_life): Likewise.