Searched refs:TrackSubRegs (Results 1 – 2 of 2) sorted by relevance
190 void calculate(LiveInterval &LI, bool TrackSubRegs);
53 void LiveRangeCalc::calculate(LiveInterval &LI, bool TrackSubRegs) { in calculate() argument66 if (LI.hasSubRanges() || (SubReg != 0 && TrackSubRegs)) { in calculate()