Searched refs:a_temp (Results 1 – 2 of 2) sorted by relevance
862 bc_var_array *a_temp; in auto_var() local878 a_temp = bc_malloc (sizeof (bc_var_array)); in auto_var()879 a_temp->a_next = arrays[ix]; in auto_var()880 a_temp->a_value = NULL; in auto_var()881 a_temp->a_param = FALSE; in auto_var()882 arrays[ix] = a_temp; in auto_var()915 bc_var_array *a_temp; in pop_vars() local936 a_temp = arrays[ix]; in pop_vars()937 if (a_temp != NULL) in pop_vars()939 arrays[ix] = a_temp->a_next; in pop_vars()[all …]
107 struct regw *a_temp; member620 if (ONLIST(a->a_temp) != &precolored) in adjSet()622 t = a->a_temp; in adjSet()688 x->a_temp = v; in AddEdge()696 x->a_temp = u; in AddEdge()1754 if (ONLIST(x->a_temp) != &selectStack && in Build()1755 ONLIST(x->a_temp) != &coalescedNodes) in Build()1756 printf("%d ", ASGNUM(x->a_temp)); in Build()1758 printf("(%d) ", ASGNUM(x->a_temp)); in Build()1803 n = w->a_temp; in EnableAdjMoves()[all …]