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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sink.cc 73 /* The number of stores commoned and sunk down by store commoning. */
74 int commoned; member in struct:__anon13981
628 sink_stats.commoned++;
840 statistics_counter_event (fun, "Commoned stores", sink_stats.commoned);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sink.cc 72 /* The number of stores commoned and sunk down by store commoning. */
73 int commoned; member in struct:__anon16402
648 sink_stats.commoned++;
860 statistics_counter_event (fun, "Commoned stores", sink_stats.commoned);

Completed in 29 milliseconds