Home | History | Annotate | Download | only in include

Lines Matching full:cfun

641 extern GTY(()) struct function *cfun;
643 /* In order to ensure that cfun is not set directly, we redefine it so
644 that it is not an lvalue. Rather than assign to cfun, use
646 #define cfun (cfun + 0)
676 /* cfun shouldn't be set directly; use one of these functions instead. */
683 #define current_function_funcdef_no (cfun->funcdef_no)
685 #define current_loops (cfun->x_current_loops)
686 #define dom_computed (cfun->cfg->x_dom_computed)
687 #define n_bbs_in_dom_tree (cfun->cfg->x_n_bbs_in_dom_tree)