Home | History | Annotate | Download | only in CodeGen

Lines Matching full:live

55     // Initialize the indices to indicate that no registers are live.
110 // to be live.
155 // Determine the live-out physregs for this block.
157 // In a return block, examine the function live-out regs.
169 // In a non-return block, examine the live-in regs of all successors.
184 // Mark live-out callee-saved registers. In a return block this is
221 // If Reg is current live, then mark that it can't be renamed as
222 // we don't know the extent of its live-range anymore (now that it
223 // has been scheduled). If it is not live but was defined in the
230 State->GetGroup(Reg) << "->g0(region live-out)");
363 // dead, or because only a subregister is live at the def. If we
393 // Any aliased that are live at this point are completely or
415 // live-ranges.
459 // live-ranges, groups and RegRefs.
469 // It wasn't previously live but now it is, this is a kill. Forget
470 // the previous live-range information and start a new live-range
675 // register when any sub or super is already live.
677 DEBUG(dbgs() << "(live)");
686 DEBUG(dbgs() << "(alias " << TRI->getName(AliasReg) << " live)");