OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bb_predictions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
predict.cc
518
static hash_map<const_basic_block, edge_prediction *> *
bb_predictions
;
variable
527
edge_prediction **preds =
bb_predictions
->get (bb);
546
edge_prediction **preds =
bb_predictions
->get (bb);
637
edge_prediction *&preds =
bb_predictions
->get_or_insert (e->src);
655
if (!
bb_predictions
)
691
if (!
bb_predictions
)
694
edge_prediction **preds =
bb_predictions
->get (e->src);
703
edge_prediction **preds =
bb_predictions
->get (bb);
1157
edge_prediction **preds =
bb_predictions
->get (bb);
1268
edge_prediction **preds =
bb_predictions
->get (bb)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
predict.cc
506
static hash_map<const_basic_block, edge_prediction *> *
bb_predictions
;
variable
515
edge_prediction **preds =
bb_predictions
->get (bb);
534
edge_prediction **preds =
bb_predictions
->get (bb);
625
edge_prediction *&preds =
bb_predictions
->get_or_insert (e->src);
643
if (!
bb_predictions
)
679
if (!
bb_predictions
)
682
edge_prediction **preds =
bb_predictions
->get (e->src);
691
edge_prediction **preds =
bb_predictions
->get (bb);
1145
edge_prediction **preds =
bb_predictions
->get (bb);
1256
edge_prediction **preds =
bb_predictions
->get (bb)
[
all
...]
Completed in 21 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026