Lines Matching refs:Best
464 SDNode *Best = 0; in FindCallSeqStart() local
471 if (!Best || (MyMaxNest > BestMaxNest)) { in FindCallSeqStart()
472 Best = New; in FindCallSeqStart()
476 assert(Best); in FindCallSeqStart()
478 return Best; in FindCallSeqStart()
1740 std::vector<SUnit *>::iterator Best = Q.begin(); in popFromQueueImpl() local
1743 if (Picker(*Best, *I)) in popFromQueueImpl()
1744 Best = I; in popFromQueueImpl()
1745 SUnit *V = *Best; in popFromQueueImpl()
1746 if (Best != prior(Q.end())) in popFromQueueImpl()
1747 std::swap(*Best, Q.back()); in popFromQueueImpl()