Home | History | Annotate | Download | only in gcc

Lines Matching defs:life

5227    and return it.  Do not account defs that are marked in LIFE and
5228 update LIFE according to uses of NODE. */
5232 slp_tree node, vec<bool, va_heap> *life,
5249 if ((*life)[i])
5292 (*life)[i] = true;
5302 if ((*life)[i])
5339 /* Do not directly pass LIFE to the recursive call, copy it to
5349 subtree_life[perm.second] = (*life)[j];
5355 subtree_life.safe_splice (*life);
5429 auto_vec<bool, 20> life;
5430 life.safe_grow_cleared (SLP_TREE_LANES (SLP_INSTANCE_TREE (instance)),
5439 &life, &scalar_costs, vectorized_scalar_stmts,