Searched refs:predictions (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dpredict.c175 for (i = bb->predictions; i; i = i->ep_next)
279 i->ep_next = e->src->predictions;
280 e->src->predictions = i;
287 /* Remove all predictions on given basic block that are attached
292 if (e->src->predictions)
294 struct edge_prediction **prediction = &e->src->predictions;
306 At the moment we represent predictions only on conditional
330 /* Invert all branch predictions or probability notes in the INSN. This needs
516 /* Combine predictions into single probability and store them into CFG.
553 bb->predictions
[all...]
H A Dbasic-block.h243 /* A list of predictions. */
244 struct edge_prediction *predictions; local
H A Dcfgrtl.c2017 if (bb->predictions)

Completed in 185 milliseconds