Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Depth

697                    << MBB->getNumber() << " at depth 0\n");
709 unsigned Depth = Loop->getLoopDepth();
710 if (Depth < BestDepth) {
712 BestDepth = Depth;
714 << MBB->getNumber() << " at depth " << Depth << '\n');