Lines Matching full:bestindex
329 int BestIndex;
342 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth),
351 Parent(NULL), BestIndex(-1), BitWidth(BW), Emitter(E) {
365 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
416 assert(BestIndex != -1 && "BestIndex not set");
417 return Filters[BestIndex];
1390 BestIndex = 0; // Sole Filter instance to choose from.
1409 BestIndex = -1;
1613 BestIndex = 0;
1624 BestIndex = i;
1658 // Set the BestIndex to -1 to indicate so.
1659 BestIndex = -1;
1674 if (BestIndex != -1) {
1675 const Filter &Best = Filters[BestIndex];