Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SrcLI

1405   const LiveInterval &SrcLI = LIS->getInterval(SrcReg);
1407 if (SrcSubIdx != 0 && SrcLI.hasSubRanges()) {
1409 for (const LiveInterval::SubRange &SR : SrcLI.subranges()) {
1415 } else if (SrcLI.liveAt(Idx))