| GCC Middle and Back End API Reference
    | 


| Public Types | |
| typedef edge_prediction * | value_type | 
| typedef edge_prediction * | compare_type | 
| Static Public Member Functions | |
| static hashval_t | hash (const edge_prediction *) | 
| static hashval_t | hash (const value_type &) | 
| static bool | equal (const edge_prediction *, const edge_prediction *) | 
| static bool | equal (const value_type &existing, const compare_type &candidate) | 
| static void | mark_deleted (edge_prediction *&) | 
| static void | mark_empty (edge_prediction *&) | 
| static bool | is_deleted (edge_prediction *) | 
| static bool | is_empty (edge_prediction *) | 
| static void | remove (edge_prediction *&) | 
| Static Public Attributes | |
| static const bool | empty_zero_p | 
| 
 | inherited | 
| 
 | inherited | 
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
Return true whether edge predictions P1 and P2 use the same predictor and have equal (or opposed probability).
References edge_prediction::ep_predictor, edge_prediction::ep_probability, and REG_BR_PROB_BASE.
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
Calculate hash value of an edge prediction P based on predictor and normalized probability.
References inchash::hash::add_int(), inchash::hash::end(), edge_prediction::ep_predictor, edge_prediction::ep_probability, and REG_BR_PROB_BASE.
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
| 
 | inlinestaticinherited | 
Remove doing nothing.
| 
 | staticinherited |