Searched defs:prediction (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | predict.h | 45 enum prediction enum
|
H A D | predict.cc | 648 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 D | reorg.cc | 2783 int prediction, slots_to_fill, slots_filled; in fill_eager_delay_slots() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | predict.h | 45 enum prediction enum
|
H A D | predict.c | 610 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 D | reorg.c | 2835 int prediction, slots_to_fill, slots_filled; in fill_eager_delay_slots() local
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | analyze_brprob.py | 227 def add(self, name, prediction, count, hits): argument 323 prediction = float(parts[6]) variable
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | analyze_brprob.py | 224 def add(self, name, prediction, count, hits): argument 320 prediction = float(parts[6]) variable
|