Searched refs:current_function_has_nonlocal_label (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dfunction.h510 #define current_function_has_nonlocal_label (cfun->has_nonlocal_label)
509 #define current_function_has_nonlocal_label macro
H A Dtree-optimize.c283 if (current_function_has_nonlocal_label)
H A Dgimple-low.c130 current_function_has_nonlocal_label = 1;
H A Dglobal.c471 && (! current_function_has_nonlocal_label
791 if (! current_function_has_nonlocal_label)
H A Dlocal-alloc.c2018 || (current_function_has_nonlocal_label
2242 if (current_function_has_nonlocal_label
H A Dbt-load.c514 else if (current_function_has_nonlocal_label
H A Dtree-cfg.c2502 if (TREE_SIDE_EFFECTS (call) && current_function_has_nonlocal_label)
2552 return TREE_SIDE_EFFECTS (t) && current_function_has_nonlocal_label;
5416 if (current_function_has_nonlocal_label)
H A Dexcept.c2883 current_function_has_nonlocal_label = 1;
H A Dreload1.c698 if (current_function_has_nonlocal_label)
H A Dbuiltins.c665 current_function_has_nonlocal_label = 1;
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.h895 (current_function_has_nonlocal_label \
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c6387 if (current_function_has_nonlocal_label)

Completed in 266 milliseconds