Lines Matching refs:BestIndex
328 int BestIndex; member in __anonf641aa1c0711::FilterChooser
346 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
358 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth), in FilterChooser()
409 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
410 return Filters[BestIndex]; in bestFilter()
1384 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1403 BestIndex = -1; in filterProcessor()
1607 BestIndex = 0; in filterProcessor()
1618 BestIndex = i; in filterProcessor()
1653 BestIndex = -1; in doFilter()
1668 if (BestIndex != -1) { in emitTableEntries()
1669 const Filter &Best = Filters[BestIndex]; in emitTableEntries()