Lines Matching defs:start_living
88 static sparseset start_living, start_dying;
279 living hard regs and START_LIVING. */
288 sparseset_set_bit (start_living, regno);
318 /* Mark pseudo REGNO as now being live and update START_LIVING. */
327 sparseset_set_bit (start_living, regno);
858 sparseset_clear (start_living);
882 sparseset_copy (unused_set, start_living);
934 it to the start_living set below. */
944 sparseset_clear (start_living);
966 sparseset_and_compl (dead_set, start_living, start_dying);
1402 start_living = sparseset_alloc (max_regno);
1474 sparseset_free (start_living);