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

  /src/external/gpl3/gcc/dist/gcc/
cgraphunit.cc 1968 unsigned int expanded_func_count = 0, profiled_func_count = 0; local
1997 profiled_func_count++;
2058 main_input_filename, profiled_func_count, expanded_func_count);
2062 profiled_func_count, expanded_func_count);
cgraphunit.cc 1968 unsigned int expanded_func_count = 0, profiled_func_count = 0; local
1997 profiled_func_count++;
2058 main_input_filename, profiled_func_count, expanded_func_count);
2062 profiled_func_count, expanded_func_count);
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphunit.cc 1949 unsigned int expanded_func_count = 0, profiled_func_count = 0; local
1978 profiled_func_count++;
2006 main_input_filename, profiled_func_count, expanded_func_count);
2010 profiled_func_count, expanded_func_count);
cgraphunit.cc 1949 unsigned int expanded_func_count = 0, profiled_func_count = 0; local
1978 profiled_func_count++;
2006 main_input_filename, profiled_func_count, expanded_func_count);
2010 profiled_func_count, expanded_func_count);

Completed in 38 milliseconds