Home
last modified time | relevance | path

Searched refs:get_function_state (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-pure-const.c303 get_function_state (struct cgraph_node *node) in get_function_state() function
1261 fs = get_function_state (node); in pure_const_write_summary()
1480 funct_state w_l = get_function_state (w); in propagate_pure_const()
1522 funct_state y_l = get_function_state (y); in propagate_pure_const()
1637 funct_state w_l = get_function_state (w); in propagate_pure_const()
1665 funct_state w_l = get_function_state (w); in propagate_pure_const()
1829 && (get_function_state (y)->can_throw in propagate_nothrow()
1849 funct_state w_l = get_function_state (w); in propagate_nothrow()
1929 funct_state l = get_function_state (node); in propagate_malloc()
1979 funct_state l = get_function_state (node); in propagate_malloc()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-pure-const.c219 get_function_state (struct cgraph_node *node) in get_function_state() function
866 memcpy (l, get_function_state (src), sizeof (*l)); in duplicate_node_data()
878 funct_state l = get_function_state (node); in remove_node_data()
968 fs = get_function_state (node); in pure_const_write_summary()
1138 funct_state w_l = get_function_state (w); in propagate_pure_const()
1193 funct_state y_l = get_function_state (y); in propagate_pure_const()
1306 funct_state w_l = get_function_state (w); in propagate_pure_const()
1401 funct_state w_l = get_function_state (w); in propagate_nothrow()
1417 funct_state y_l = get_function_state (y); in propagate_nothrow()
1440 funct_state w_l = get_function_state (w); in propagate_nothrow()
[all …]