Home | History | Annotate | Download | only in include

Lines Matching full:cfun

645 extern GTY(()) struct function *cfun;
647 /* In order to ensure that cfun is not set directly, we redefine it so
648 that it is not an lvalue. Rather than assign to cfun, use
650 #define cfun (cfun + 0)
680 /* cfun shouldn't be set directly; use one of these functions instead. */
687 #define current_function_funcdef_no (cfun->funcdef_no)
689 #define current_loops (cfun->x_current_loops)
690 #define dom_computed (cfun->cfg->x_dom_computed)
691 #define n_bbs_in_dom_tree (cfun->cfg->x_n_bbs_in_dom_tree)