Searched refs:state_ptr (Results 1 – 3 of 3) sorted by relevance
3776 return ts->state_ptr; in la_temp_pref()3923 s->temps[i].state_ptr = NULL; in liveness_pass_0()3960 if (ts->state_ptr == NULL) { in liveness_pass_0()3961 ts->state_ptr = ebb; in liveness_pass_0()3962 } else if (ts->state_ptr != ebb) { in liveness_pass_0()3963 ts->state_ptr = multiple_ebb; in liveness_pass_0()3974 if (ts->kind == TEMP_TB && ts->state_ptr != multiple_ebb) { in liveness_pass_0()4004 s->temps[i].state_ptr = prefs + i; in liveness_pass_1()4197 if (ts->state_ptr == NULL) { in liveness_pass_1()4200 ts->state_ptr = tcg_malloc(sizeof(TCGRegSet)); in liveness_pass_1()[all …]
65 return ts->state_ptr; in ts_info()136 ti = ts->state_ptr; in init_ts_info()139 ts->state_ptr = ti; in init_ts_info()3113 s->temps[i].state_ptr = NULL; in tcg_optimize()
305 void *state_ptr; member