Home
last modified time | relevance | path

Searched refs:cgraph_set_const_flag (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dipa-pure-const.c1336 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 Dtree-profile.c536 cgraph_set_const_flag (node, false, false); in tree_profiling()
H A Dcgraph.h538 void cgraph_set_const_flag (struct cgraph_node *, bool, bool);
H A Dcgraph.c2703 cgraph_set_const_flag (struct cgraph_node *node, bool readonly, bool looping) in cgraph_set_const_flag() function