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