Home
last modified time | relevance | path

Searched refs:VALUE_HISTOGRAMS (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dvalue-prof.c126 if (!hist && !VALUE_HISTOGRAMS (fun)) in set_histogram_value()
128 if (!VALUE_HISTOGRAMS (fun)) in set_histogram_value()
129 VALUE_HISTOGRAMS (fun) = htab_create (1, histogram_hash, in set_histogram_value()
131 loc = htab_find_slot_with_hash (VALUE_HISTOGRAMS (fun), stmt, in set_histogram_value()
137 htab_clear_slot (VALUE_HISTOGRAMS (fun), loc); in set_histogram_value()
148 if (!VALUE_HISTOGRAMS (fun)) in gimple_histogram_value()
150 return (histogram_value) htab_find_with_hash (VALUE_HISTOGRAMS (fun), stmt, in gimple_histogram_value()
416 if (VALUE_HISTOGRAMS (cfun)) in verify_histograms()
417 htab_traverse (VALUE_HISTOGRAMS (cfun), visit_hist, visited_hists); in verify_histograms()
441 if (VALUE_HISTOGRAMS (cfun)) in free_histograms()
[all …]
H A Dfunction.h704 #define VALUE_HISTOGRAMS(fun) (fun)->value_histograms macro
H A Dtree-inline.c2097 gcc_assert (VALUE_HISTOGRAMS (cfun) == NULL); in initialize_cfun()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvalue-prof.c148 if (!hist && !VALUE_HISTOGRAMS (fun)) in set_histogram_value()
150 if (!VALUE_HISTOGRAMS (fun)) in set_histogram_value()
151 VALUE_HISTOGRAMS (fun) = htab_create (1, histogram_hash, in set_histogram_value()
153 loc = htab_find_slot_with_hash (VALUE_HISTOGRAMS (fun), stmt, in set_histogram_value()
159 htab_clear_slot (VALUE_HISTOGRAMS (fun), loc); in set_histogram_value()
170 if (!VALUE_HISTOGRAMS (fun)) in gimple_histogram_value()
172 return (histogram_value) htab_find_with_hash (VALUE_HISTOGRAMS (fun), stmt, in gimple_histogram_value()
548 if (VALUE_HISTOGRAMS (cfun)) in verify_histograms()
549 htab_traverse (VALUE_HISTOGRAMS (cfun), visit_hist, &visited_hists); in verify_histograms()
569 if (VALUE_HISTOGRAMS (fn)) in free_histograms()
[all …]
H A Dfunction.h471 #define VALUE_HISTOGRAMS(fun) (fun)->value_histograms macro
H A Dtree-inline.c2486 gcc_assert (VALUE_HISTOGRAMS (cfun) == NULL); in initialize_cfun()