Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BestDepth

322   unsigned BestDepth = 0;
333 if (!Best || Depth < BestDepth)
334 Best = Pred, BestDepth = Depth;