HomeSort by: relevance | last modified time | path
    Searched defs:removed_phis (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dce.cc 77 int removed_phis; member in struct:stmt_stats
1074 stats.removed_phis++;
1658 percg = ((float) stats.removed_phis / (float) stats.total_phis) * 100;
1661 stats.removed_phis, stats.total_phis, (int) percg);
1994 statistics_counter_event (cfun, "PHI nodes deleted", stats.removed_phis);
tree-ssa-dce.cc 77 int removed_phis; member in struct:stmt_stats
1074 stats.removed_phis++;
1658 percg = ((float) stats.removed_phis / (float) stats.total_phis) * 100;
1661 stats.removed_phis, stats.total_phis, (int) percg);
1994 statistics_counter_event (cfun, "PHI nodes deleted", stats.removed_phis);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dce.cc 77 int removed_phis; member in struct:stmt_stats
1059 stats.removed_phis++;
1600 percg = ((float) stats.removed_phis / (float) stats.total_phis) * 100;
1603 stats.removed_phis, stats.total_phis, (int) percg);
1923 statistics_counter_event (cfun, "PHI nodes deleted", stats.removed_phis);
tree-ssa-dce.cc 77 int removed_phis; member in struct:stmt_stats
1059 stats.removed_phis++;
1600 percg = ((float) stats.removed_phis / (float) stats.total_phis) * 100;
1603 stats.removed_phis, stats.total_phis, (int) percg);
1923 statistics_counter_event (cfun, "PHI nodes deleted", stats.removed_phis);

Completed in 53 milliseconds