Searched refs:ssa_map (Results 1 – 2 of 2) sorted by relevance
241 assert(ctx->ssa_map[src.ssa->index] >= 0); in make_src()242 res.num = ctx->ssa_map[src.ssa->index]; in make_src()258 ctx->ssa_map[dst->ssa.index] = instr->idx; in set_index()1090 memset(ctx->ssa_map, 0xff, sizeof(ctx->ssa_map)); in ir2_nir_compile()
163 int16_t ssa_map[1024]; member