Searched refs:HIST_TYPE_INDIR_CALL (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.h30 HIST_TYPE_INDIR_CALL, /* Tries to identify the function that is (almost) enumerator in enum:hist_type
H A Dvalue-prof.c260 case HIST_TYPE_INDIR_CALL:
382 case HIST_TYPE_INDIR_CALL:
1432 histogram = gimple_histogram_value_of_type (cfun, stmt, HIST_TYPE_INDIR_CALL);
1823 histogram_value v = gimple_alloc_histogram_value (cfun, HIST_TYPE_INDIR_CALL,
1908 case HIST_TYPE_INDIR_CALL:
H A Dprofile.c174 case HIST_TYPE_INDIR_CALL:
774 || hist->type == HIST_TYPE_INDIR_CALL);
866 || hist->type == HIST_TYPE_INDIR_CALL)
H A Dipa-profile.c285 stmt, HIST_TYPE_INDIR_CALL);
H A Dauto-profile.c1011 cfun, HIST_TYPE_INDIR_CALL, stmt, callee);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.h30 HIST_TYPE_INDIR_CALL, /* Tries to identify the function that is (almost) enumerator in enum:hist_type
H A Dvalue-prof.cc260 case HIST_TYPE_INDIR_CALL:
339 else if (hist->type == HIST_TYPE_INDIR_CALL && i == 0)
385 case HIST_TYPE_INDIR_CALL:
398 if (type == HIST_TYPE_INDIR_CALL || type == HIST_TYPE_TOPN_VALUES)
1469 histogram = gimple_histogram_value_of_type (cfun, stmt, HIST_TYPE_INDIR_CALL);
1860 histogram_value v = gimple_alloc_histogram_value (cfun, HIST_TYPE_INDIR_CALL,
1945 case HIST_TYPE_INDIR_CALL:
H A Dprofile.cc176 case HIST_TYPE_INDIR_CALL:
839 || hist->type == HIST_TYPE_INDIR_CALL);
917 || hist->type == HIST_TYPE_INDIR_CALL);
H A Dipa-profile.cc285 stmt, HIST_TYPE_INDIR_CALL);
H A Dauto-profile.cc1011 cfun, HIST_TYPE_INDIR_CALL, stmt, callee);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h784 HIST_TYPE_INDIR_CALL, enumerator in enum:llvm::sampleprof::HistType

Completed in 232 milliseconds