Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcfgbuild.c289 current_function_has_computed_jump = 0;
385 current_function_has_computed_jump = 1;
H A Dfunction.h533 #define current_function_has_computed_jump (cfun->has_computed_jump) macro
H A Dsched-rgn.c334 if (current_function_has_computed_jump) in is_cfg_nonregular()
H A Dintegrate.c251 if (current_function_has_computed_jump)
H A Dstmt.c554 current_function_has_computed_jump = 1;
H A Dfunction.c6345 current_function_has_computed_jump = 0; in prepare_function_start()
H A DChangeLog.05900 * flags.h (current_function_has_computed_jump): Declare.
5902 (flow_analysis): Allocate it. Set current_function_has_computed_jump
5904 (find_basic_blocks): Set current_function_has_computed_jump and
5906 * function.c (current_function_has_computed_jump): Define.
5914 current_function_has_computed_jump.
H A DChangeLog.13825 * function.c (current_function_has_computed_jump): Remove duplicate
5155 * output.h (current_function_has_computed_jump): Rename from
5159 * function.c (current_function_has_computed_jump): Likewise.
5162 Test current_function_has_computed_jump instead of addresses_labels.
H A DChangeLog.211267 current_function_has_computed_jump): Delete declarations.
11274 current_function_has_computed_jump, current_function_calls_alloca,
11333 current_function_has_computed_jump, current_function_returns_pointer,