Home | History | Annotate | Download | only in gcc

Lines Matching defs:live

1267      still good enough to determine which registers are live at a jump
1279 HARD_REG_SET live;
1282 REG_SET_TO_HARD_REG_SET (live, live_in);
1283 compute_use_by_pseudos (&live, live_in);
1284 LABEL_LIVE (insn) = live;
1285 ever_live_at_start |= live;
1375 HARD_REG_SET *live;
1381 live = NULL;
1383 live = &LABEL_LIVE (JUMP_LABEL (insn));
1386 live = &ever_live_at_start;
1388 if (live)
1390 if (TEST_HARD_REG_BIT (*live, r))