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

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-sra.cc 2188 true and update *TOTAL_SIZE and *ONLY_CALLS. ENTRY_BB_INDEX must be the
2194 HOST_WIDE_INT *nonarg_acc_size, bool *only_calls,
2199 *only_calls = false;
2232 if (check_gensum_access (parm, desc, ch, nonarg_acc_size, only_calls,
2297 bool only_calls = true; local
2304 if (check_gensum_access (parm, desc, acc, &nonarg_acc_size, &only_calls,
2313 if (only_calls)
ipa-sra.cc 2188 true and update *TOTAL_SIZE and *ONLY_CALLS. ENTRY_BB_INDEX must be the
2194 HOST_WIDE_INT *nonarg_acc_size, bool *only_calls,
2199 *only_calls = false;
2232 if (check_gensum_access (parm, desc, ch, nonarg_acc_size, only_calls,
2297 bool only_calls = true; local
2304 if (check_gensum_access (parm, desc, acc, &nonarg_acc_size, &only_calls,
2313 if (only_calls)
  /src/external/gpl3/gcc/dist/gcc/
ipa-sra.cc 2382 false and update *NONARG_ACC_SIZE and *ONLY_CALLS. ENTRY_BB_INDEX must be
2388 HOST_WIDE_INT *nonarg_acc_size, bool *only_calls,
2393 *only_calls = false;
2443 if (check_gensum_access (fun, parm, desc, ch, nonarg_acc_size, only_calls,
2509 bool only_calls = true; local
2517 &only_calls, entry_bb_index))
2525 if (only_calls)
ipa-sra.cc 2382 false and update *NONARG_ACC_SIZE and *ONLY_CALLS. ENTRY_BB_INDEX must be
2388 HOST_WIDE_INT *nonarg_acc_size, bool *only_calls,
2393 *only_calls = false;
2443 if (check_gensum_access (fun, parm, desc, ch, nonarg_acc_size, only_calls,
2509 bool only_calls = true; local
2517 &only_calls, entry_bb_index))
2525 if (only_calls)

Completed in 35 milliseconds