Lines Matching refs:set_const
2690 set_const_flag_1 (cgraph_node *node, bool set_const, bool looping,
2695 if (set_const && !looping)
2708 if (!set_const)
2774 if (!set_const || alias->get_availability () > AVAIL_INTERPOSABLE)
2775 set_const_flag_1 (alias, set_const, looping, changed);
2779 && (!set_const || e->caller->get_availability () > AVAIL_INTERPOSABLE))
2783 if (set_const
2788 set_const_flag_1 (e->caller, set_const, looping, changed);
2792 /* If SET_CONST
2793 If SET_CONST if false, clear the flag.
2802 cgraph_node::set_const_flag (bool set_const, bool looping)
2805 if (!set_const || get_availability () > AVAIL_INTERPOSABLE)
2806 set_const_flag_1 (this, set_const, looping, &changed);
2814 if (!set_const || alias->get_availability () > AVAIL_INTERPOSABLE)
2815 set_const_flag_1 (alias, set_const, looping, &changed);