Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:loopDepth

833       unsigned loopDepth = loopInfo->getLoopDepth(MI->getParent());
834 Conflicts += std::pow(10.0f, (float)loopDepth);