Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-ssa-dce.c799 float percg; in print_stats() local
801 percg = ((float) stats.removed / (float) stats.total) * 100; in print_stats()
803 stats.removed, stats.total, (int) percg); in print_stats()
806 percg = 0; in print_stats()
808 percg = ((float) stats.removed_phis / (float) stats.total_phis) * 100; in print_stats()
811 stats.removed_phis, stats.total_phis, (int) percg); in print_stats()