Lines Matching defs:loopDepth
1637 unsigned loopDepth = loopInfo->getLoopDepth(MBB);
1638 nI.weight += getSpillWeight(HasDef, HasUse, loopDepth);
1716 LiveIntervals::getSpillWeight(bool isDef, bool isUse, unsigned loopDepth) {
1718 if (loopDepth > 200)
1719 loopDepth = 200;
1728 float lc = std::pow(1 + (100.0 / (loopDepth + 10)), (double)loopDepth);