Home | History | Annotate | Download | only in CodeGen

Lines Matching full:live

50     // Initialize the indices to indicate that no registers are live.
60 // Determine the live-out physregs for this block.
62 // In a return block, examine the function live-out regs.
80 // In a non-return block, examine the live-in regs of all successors.
101 // Mark live-out callee-saved registers. In a return block this is
136 // If Reg is currently live, then mark that it can't be renamed as
137 // we don't know the extent of its live-range anymore (now that it
222 // If an alias of the reg is used during the live range, give up.
322 // It wasn't previously live but now it is, this is a kill.
613 // Determine AntiDepReg's register class, if it is live and is
617 "Register should be live if it's causing an anti-dependence!");