Searched refs:state_ptr (Results 1 – 3 of 3) sorted by relevance
3775 return ts->state_ptr; in la_temp_pref()3922 s->temps[i].state_ptr = NULL; in liveness_pass_0()3959 if (ts->state_ptr == NULL) { in liveness_pass_0()3960 ts->state_ptr = ebb; in liveness_pass_0()3961 } else if (ts->state_ptr != ebb) { in liveness_pass_0()3962 ts->state_ptr = multiple_ebb; in liveness_pass_0()3973 if (ts->kind == TEMP_TB && ts->state_ptr != multiple_ebb) { in liveness_pass_0()4003 s->temps[i].state_ptr = prefs + i; in liveness_pass_1()4196 if (ts->state_ptr == NULL) { in liveness_pass_1()4199 ts->state_ptr = tcg_malloc(sizeof(TCGRegSet)); in liveness_pass_1()[all …]
66 return ts->state_ptr; in ts_info()130 ti = ts->state_ptr; in init_ts_info()133 ts->state_ptr = ti; in init_ts_info()3020 s->temps[i].state_ptr = NULL; in tcg_optimize()
305 void *state_ptr; member