Lines Matching refs:Best
321 const MachineBasicBlock *Best = nullptr;331 if (!Best || Depth < BestDepth)332 Best = Pred, BestDepth = Depth;334 return Best;343 const MachineBasicBlock *Best = nullptr;359 if (!Best || Height < BestHeight)360 Best = Succ, BestHeight = Height;362 return Best;