Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SrcLI

1151   const LiveInterval &SrcLI = LIS->getInterval(SrcReg);
1153 if (SrcSubIdx != 0 && SrcLI.hasSubRanges()) {
1155 for (const LiveInterval::SubRange &SR : SrcLI.subranges()) {
1161 } else if (SrcLI.liveAt(Idx))