Searched refs:value_insert_into_set (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/gcc/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 1405 value_insert_into_set (dest, translated); in phi_translate_set() 1732 value_insert_into_set (ANTIC_IN (block), node->expr); in compute_antic_aux() 2107 value_insert_into_set (ANTIC_SAFE_LOADS (bb), in compute_rvuse_and_antic_safe() 2929 value_insert_into_set (EXP_GEN (block), op); in create_value_expr_from() 2968 value_insert_into_set (EXP_GEN (block), op); in create_value_expr_from() 3136 value_insert_into_set (EXP_GEN (block), rhs); in try_look_through_load() 3487 value_insert_into_set (EXP_GEN (block), newt); in compute_avail() 3509 value_insert_into_set (EXP_GEN (block), rhs); in compute_avail()
|