Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp424 unsigned CostArray[10] = { 0 }; in main() local
430 ++CostArray[9]; in main()
432 ++CostArray[ShufTab[i].Cost]; in main()
436 if (CostArray[i]) in main()
437 std::cout << "// " << CostArray[i] << " entries have cost " << i << "\n"; in main()
438 if (CostArray[9]) in main()
439 std::cout << "// " << CostArray[9] << " entries have higher cost!\n"; in main()