Home
last modified time | relevance | path

Searched defs:bb_predictions (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dpredict.c472 static hash_map<const_basic_block, edge_prediction *> *bb_predictions; variable
2935 delete bb_predictions; in tree_estimate_probability() local
2953 delete bb_predictions; in tree_guess_outgoing_edge_probabilities() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dpredict.c406 static struct pointer_map_t *bb_predictions; variable