Searched refs:value_insert_into_set (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-pre.c | 306 static void value_insert_into_set (value_set_t, tree); 852 value_insert_into_set (value_set_t set, tree expr) in value_insert_into_set() function 1422 value_insert_into_set (dest, translated); in phi_translate_set() 1749 value_insert_into_set (ANTIC_IN (block), node->expr); in compute_antic_aux() 2124 value_insert_into_set (ANTIC_SAFE_LOADS (bb), in compute_rvuse_and_antic_safe() 2946 value_insert_into_set (EXP_GEN (block), op); in create_value_expr_from() 2985 value_insert_into_set (EXP_GEN (block), op); in create_value_expr_from() 3153 value_insert_into_set (EXP_GEN (block), rhs); in try_look_through_load() 3504 value_insert_into_set (EXP_GEN (block), newt); in compute_avail() 3526 value_insert_into_set (EXP_GEN (block), rhs); in compute_avail()
|