Home
last modified time | relevance | path

Searched refs:last_label_uid (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dfunction.h338 int last_label_uid; member
Dtree-inline.c2871 DECL_STRUCT_FUNCTION (new_decl)->last_label_uid = in tree_function_versioning()
2872 DECL_STRUCT_FUNCTION (new_fndecl)->last_label_uid; in tree_function_versioning()
Dtree-cfg.c2779 LABEL_DECL_UID (t) = uid = cfun->last_label_uid++; in set_bb_for_stmt()
4761 if (uid >= dest_cfun->last_label_uid) in move_block_to_fn()
4762 dest_cfun->last_label_uid = uid + 1; in move_block_to_fn()