Home | History | Annotate | Download | only in src

Lines Matching defs:weights

72   static const int weights[] = { 1, w, w*w, w*w*w, w*w*w*w };
73 return weights[Min(block()->LoopNestingDepth(),
74 static_cast<int>(ARRAY_SIZE(weights)-1))];