Searched refs:follow_jumps (Results 1 – 9 of 9) sorted by relevance
2890 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()
1045 follow_jumps (rtx label) in follow_jumps() function
6739 int follow_jumps, int skip_blocks) in cse_end_of_basic_block() argument6772 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()
1619 extern rtx follow_jumps (rtx);
3426 * jump.c (follow_jumps): Don't follow an unconditional jump
9757 * jump.c (follow_jumps): Do not check for loop notes. Move check for
6721 * jump.c (jump_optimize, follow_jumps, mark_jump_label): Disable some
24595 returnjump_p, onlyjump_p, follow_jumps, mark_jump_label,31826 * jump.c (follow_jumps): Say what null return values mean.
17758 (jump_back_p, follow_jumps, thread_jumps): Likewise.