Searched refs:last_label_uid (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dfunction.h349 int last_label_uid;
348 int last_label_uid; local
H A Dtree-inline.c2957 DECL_STRUCT_FUNCTION (new_decl)->last_label_uid =
2958 DECL_STRUCT_FUNCTION (new_fndecl)->last_label_uid;
H A Dtree-cfg.c2748 LABEL_DECL_UID (t) = uid = cfun->last_label_uid++;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dbasic-block.h409 int last_label_uid; variable
H A Dtree-cfg.c5780 if (uid >= dest_cfun->cfg->last_label_uid)
5781 dest_cfun->cfg->last_label_uid = uid + 1;
5862 if (LABEL_DECL_UID (m->to) >= cfun->cfg->last_label_uid)
5863 cfun->cfg->last_label_uid = LABEL_DECL_UID (m->to) + 1;
H A Dgimple.c1827 LABEL_DECL_UID (t) = uid = cfun->cfg->last_label_uid++;

Completed in 156 milliseconds