Searched refs:follow_jumps (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dreorg.c2907 new_thread = follow_jumps (JUMP_LABEL (new_thread));
3083 target_label = skip_consecutive_labels (follow_jumps (target_label));
3232 trial = skip_consecutive_labels (follow_jumps (target_label));
H A Dcse.c6765 int follow_jumps, int skip_blocks)
6798 follow_jumps = skip_blocks = 0;
6846 else if ((follow_jumps || skip_blocks) && path_size < PARAM_VALUE (PARAM_MAX_CSE_PATH_LENGTH) - 1
6863 if (follow_jumps && q != 0 && BARRIER_P (q))
6738 cse_end_of_basic_block(rtx insn, struct cse_basic_block_data *data, int follow_jumps, int skip_blocks) argument
H A Djump.c1055 follow_jumps (rtx label)
1045 follow_jumps (rtx label) function
H A Drtl.h1623 extern rtx follow_jumps (rtx);

Completed in 177 milliseconds