Home
last modified time | relevance | path

Searched refs:storetemp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-ssa-pre.c339 static tree storetemp; variable
3270 if (!storetemp || TREE_TYPE (rhs) != TREE_TYPE (storetemp)) in insert_fake_stores()
3272 storetemp = create_tmp_var (TREE_TYPE (rhs), "storetmp"); in insert_fake_stores()
3273 get_var_ann (storetemp); in insert_fake_stores()
3276 new = poolify_modify_expr (TREE_TYPE (stmt), storetemp, lhs); in insert_fake_stores()
3278 lhs = make_ssa_name (storetemp, new); in insert_fake_stores()
3760 storetemp = NULL_TREE; in init_pre()
DChangeLog-200546 (storetemp): Ditto.
91 (init_pre): Initialize pretemp, need_creation, storetemp,