Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpredict.c469 static hash_map<const_basic_block, edge_prediction *> *bb_predictions; variable
3102 delete bb_predictions; in tree_estimate_probability() local
3120 delete bb_predictions; in tree_guess_outgoing_edge_probabilities() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpredict.cc506 static hash_map<const_basic_block, edge_prediction *> *bb_predictions; variable