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

  /src/external/gpl3/gcc/dist/gcc/
rtl.cc 686 int total_sizes = 0;
712 total_sizes += rtx_alloc_sizes[j];
722 total_sizes += rtvec_alloc_sizes;
727 SIZE_AMOUNT (total_sizes));
681 int total_sizes = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.cc 832 int total_sizes = 0;
858 total_sizes += rtx_alloc_sizes[j];
868 total_sizes += rtvec_alloc_sizes;
873 SIZE_AMOUNT (total_sizes));
827 int total_sizes = 0; local

Completed in 53 milliseconds