Home
last modified time | relevance | path

Searched refs:follow_jumps (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dreorg.c2890 new_thread = follow_jumps (JUMP_LABEL (new_thread)); in fill_slots_from_thread()
3064 target_label = skip_consecutive_labels (follow_jumps (target_label)); in relax_delay_slots()
3213 trial = skip_consecutive_labels (follow_jumps (target_label)); in relax_delay_slots()
Djump.c1045 follow_jumps (rtx label) in follow_jumps() function
Dcse.c6739 int follow_jumps, int skip_blocks) in cse_end_of_basic_block() argument
6772 follow_jumps = skip_blocks = 0; in cse_end_of_basic_block()
6820 … else if ((follow_jumps || skip_blocks) && path_size < PARAM_VALUE (PARAM_MAX_CSE_PATH_LENGTH) - 1 in cse_end_of_basic_block()
6837 if (follow_jumps && q != 0 && BARRIER_P (q)) in cse_end_of_basic_block()
Drtl.h1619 extern rtx follow_jumps (rtx);
DFSFChangeLog.103426 * jump.c (follow_jumps): Don't follow an unconditional jump
DChangeLog-20069757 * jump.c (follow_jumps): Do not check for loop notes. Move check for
DFSFChangeLog.116721 * jump.c (jump_optimize, follow_jumps, mark_jump_label): Disable some
DChangeLog-200424595 returnjump_p, onlyjump_p, follow_jumps, mark_jump_label,
31826 * jump.c (follow_jumps): Say what null return values mean.
DChangeLog-200017758 (jump_back_p, follow_jumps, thread_jumps): Likewise.