Searched refs:splitPos (Results 1 – 2 of 2) sorted by relevance
287 void RegAllocLinearScan::SplitActiveInterval(LifeIntervals *interval, LifeNumber splitPos) in SplitActiveInterval() argument289 BeforeConstantIntervalSpill(interval, splitPos); in SplitActiveInterval()290 auto prevUsePos = interval->GetPrevUsage(splitPos); in SplitActiveInterval()291 auto nextUsePos = interval->GetNextUsage(splitPos + 1U); in SplitActiveInterval()299 auto splitPosition = (splitPos % 2U == 1) ? splitPos : splitPos - 1; in SplitActiveInterval()640 void RegAllocLinearScan::BeforeConstantIntervalSpill(LifeIntervals *interval, LifeNumber splitPos) in BeforeConstantIntervalSpill() argument645 if (interval->GetPrevUsage(splitPos) != INVALID_LIFE_NUMBER) { in BeforeConstantIntervalSpill()
128 void SplitActiveInterval(LifeIntervals *interval, LifeNumber splitPos);187 void BeforeConstantIntervalSpill(LifeIntervals *interval, LifeNumber splitPos);