Lines Matching refs:dead
90 [OP_DEATHNOTE] = "dead",
103 dead:8,
390 reg->dead = 0;
450 output_comment(state, "marking pseudo %s in reg %s dead", show_pseudo(pseudo), reg->name);
452 reg->dead++;
666 /* If "src" only has one user, and the contents are dead, we can re-use it */
667 if (src->busy == 1 && src->dead == 1)
867 if (reg->dead) {
873 reg->dead--;
877 assert(!reg->dead);
941 /* Both are dead. Is one preferable? */
953 * This marks a pseudo dead. It still stays on the hardreg list (the hardreg
1009 reg->dead--;
1692 hardregs[i].dead = 0;