Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpredict.cc4502 profile_probability cumulative_prob = new_e_prob; in change_edge_frequency() local
4514 other_e->probability = cumulative_prob.invert (); in change_edge_frequency()
4519 cumulative_prob += other_e->probability; in change_edge_frequency()