Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpredict.h45 enum prediction enum
H A 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()
H A Dreorg.cc2783 int prediction, slots_to_fill, slots_filled; in fill_eager_delay_slots() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpredict.h45 enum prediction enum
H A Dpredict.c610 struct edge_prediction **prediction = preds; in filter_predictions() local
869 edge_prediction *prediction = *likely_edges->begin (); variable
2787 return_prediction (tree val, enum prediction *prediction) in return_prediction()
H A Dreorg.c2835 int prediction, slots_to_fill, slots_filled; in fill_eager_delay_slots() local
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob.py227 def add(self, name, prediction, count, hits): argument
323 prediction = float(parts[6]) variable
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob.py224 def add(self, name, prediction, count, hits): argument
320 prediction = float(parts[6]) variable