Lines Matching full:population
89 /// This class is to recoginize idioms of population-count conducted in
121 /// whose population bits are being counted.
317 // Counting population are usually conducted by few arithmetic instrutions.
442 // step 4: Find the instruction which count the population: cnt2 = cnt1 + 1
550 // Step 3: Note that the population count is exactly the trip count of the
554 // - If the loop only counts population, the entire loop become dead after
594 // Step 4: All the references to the original population counter outside
627 /// recognize - detect population count idiom in a non-countable loop. If