Home
last modified time | relevance | path

Searched refs:CostArray (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp362 unsigned CostArray[10] = { 0 }; in main() local
368 ++CostArray[9]; in main()
370 ++CostArray[ShufTab[i].Cost]; in main()
374 if (CostArray[i]) in main()
375 std::cout << "// " << CostArray[i] << " entries have cost " << i << "\n"; in main()
376 if (CostArray[9]) in main()
377 std::cout << "// " << CostArray[9] << " entries have higher cost!\n"; in main()