Home
last modified time | relevance | path

Searched refs:max_loop_depth (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dfunction.h314 int max_loop_depth; member
H A Dcfgloop.c335 cfun->max_loop_depth = MAX (cfun->max_loop_depth, loop->depth); in establish_preds()
608 cfun->max_loop_depth = 0; in flow_loops_find()
H A Dflow.c1194 MAX (MAX_LIVENESS_ROUNDS, cfun->max_loop_depth); in calculate_global_regs_live()
H A DChangeLog-200531203 * function.h (struct function): New field `max_loop_depth'.