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

/openbsd-current/gnu/gcc/gcc/
H A Dvar-tracking.c309 static void dataflow_set_init (dataflow_set *, int);
977 dataflow_set_init (dataflow_set *set, int vars_size) function
1718 dataflow_set_init (&old_out, htab_elements (VTI (bb)->out.vars) + 3);
2581 dataflow_set_init (&set, htab_elements (VTI (bb)->in.vars) + 3);
2691 dataflow_set_init (&empty, 7);
2917 dataflow_set_init (&VTI (bb)->in, 7);
2918 dataflow_set_init (&VTI (bb)->out, 7);

Completed in 142 milliseconds