Home | History | Annotate | Download | only in CodeGen

Lines Matching full:live

18 //    Budimlic, et al. Fast copy coalescing and live-range identification.
139 // Merges the live interval of Reg into NewReg and renames Reg to NewReg
333 // Due to the insertion of copies to split live ranges, the live intervals are
336 // truly intersect, so we merge them into the value live at that point.
348 && "PHI destination copy's live interval should be a single live "
365 // Adjust the live intervals of all PHI source registers to handle the case
723 // If SrcReg is not live beyond the PHI, trim its interval so that it is no
724 // longer live-in to MBB. Note that SrcReg may appear in other PHIs that are
749 // Prior to PHI elimination, the live ranges of PHIs begin at their defining
751 // with the phi-def flag set, and the live ranges of these VNs start at the
774 // CopyReg's live interval, and give the VNInfo the phidef flag.
785 // Adjust DestReg's live interval to adjust for its new definition at
805 // Merge the live ranges of the two registers.