Home
last modified time | relevance | path

Searched defs:prediction (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpredict.h45 enum prediction enum
Dpredict.cc648 struct edge_prediction **prediction = preds; in filter_predictions() local
907 edge_prediction *prediction = *likely_edges->begin (); in set_even_probabilities() local
2821 return_prediction (tree val, enum prediction *prediction) in return_prediction()
Dreorg.cc2783 int prediction, slots_to_fill, slots_filled; in fill_eager_delay_slots() local
/netbsd/src/external/gpl3/gcc/dist/contrib/
Danalyze_brprob.py227 def add(self, name, prediction, count, hits): argument
323 prediction = float(parts[6]) variable