Searched refs:mem_temps (Results 1 – 1 of 1) sorted by relevance
1411 uint8_t *mem_temps) in tcg_la_func_end() argument1414 memset(mem_temps, 1, s->nb_globals); in tcg_la_func_end()1415 memset(mem_temps + s->nb_globals, 0, s->nb_temps - s->nb_globals); in tcg_la_func_end()1421 uint8_t *mem_temps) in tcg_la_bb_end() argument1426 memset(mem_temps, 1, s->nb_globals); in tcg_la_bb_end()1428 mem_temps[i] = s->temps[i].temp_local; in tcg_la_bb_end()1441 uint8_t *dead_temps, *mem_temps; in tcg_liveness_analysis() local1454 mem_temps = tcg_malloc(s->nb_temps); in tcg_liveness_analysis()1455 tcg_la_func_end(s, dead_temps, mem_temps); in tcg_liveness_analysis()1479 if (!dead_temps[arg] || mem_temps[arg]) { in tcg_liveness_analysis()[all …]