Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Best

325   const MachineBasicBlock *Best = nullptr;
337 if (!Best || Depth < BestDepth)
338 Best = Pred, BestDepth = Depth;
340 return Best;
349 const MachineBasicBlock *Best = nullptr;
367 if (!Best || Height < BestHeight)
368 Best = Succ, BestHeight = Height;
370 return Best;