Searched refs:cgraph_set_const_flag (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | ipa-pure-const.c | 1336 cgraph_set_const_flag (w, true, this_looping); in propagate_pure_const() 1591 cgraph_set_const_flag (node, true, l->looping); in local_pure_const() 1605 cgraph_set_const_flag (node, true, false); in local_pure_const()
|
H A D | tree-profile.c | 536 cgraph_set_const_flag (node, false, false); in tree_profiling()
|
H A D | cgraph.h | 538 void cgraph_set_const_flag (struct cgraph_node *, bool, bool);
|
H A D | cgraph.c | 2703 cgraph_set_const_flag (struct cgraph_node *node, bool readonly, bool looping) in cgraph_set_const_flag() function
|