Lines Matching refs:BestIndex
360 int BestIndex; member in __anonc01b33bf0511::FilterChooser
374 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
385 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1), in FilterChooser()
434 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
435 return Filters[BestIndex]; in bestFilter()
1418 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1437 BestIndex = -1; in filterProcessor()
1641 BestIndex = 0; in filterProcessor()
1652 BestIndex = i; in filterProcessor()
1687 BestIndex = -1; in doFilter()
1702 if (BestIndex != -1) { in emitTableEntries()
1703 const Filter &Best = Filters[BestIndex]; in emitTableEntries()