Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:loopDepth

920 LiveIntervals::getSpillWeight(bool isDef, bool isUse, unsigned loopDepth) {
922 if (loopDepth > 200)
923 loopDepth = 200;
932 float lc = std::pow(1 + (100.0 / (loopDepth + 10)), (double)loopDepth);