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

  /src/external/gpl3/gcc/dist/gcc/
ipa-inline.cc 1391 int caller_growth = caller_info->growth; local
1395 if (!caller_info->single_caller && overall_growth < caller_growth
1403 overall_growth, caller_growth);
1404 overall_growth = caller_growth;
ipa-inline.cc 1391 int caller_growth = caller_info->growth; local
1395 if (!caller_info->single_caller && overall_growth < caller_growth
1403 overall_growth, caller_growth);
1404 overall_growth = caller_growth;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-inline.cc 1291 int caller_growth = caller_info->growth; local
1295 if (!caller_info->single_caller && overall_growth < caller_growth
1303 overall_growth, caller_growth);
1304 overall_growth = caller_growth;
ipa-inline.cc 1291 int caller_growth = caller_info->growth; local
1295 if (!caller_info->single_caller && overall_growth < caller_growth
1303 overall_growth, caller_growth);
1304 overall_growth = caller_growth;

Completed in 37 milliseconds