Home
last modified time | relevance | path

Searched refs:IPA_CONST (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-pure-const.cc72 IPA_CONST, enumerator
352 if (local->pure_const_state == IPA_CONST) in check_decl()
366 if (local->pure_const_state == IPA_CONST) in check_decl()
404 if (local->pure_const_state == IPA_CONST) in check_op()
424 *state = IPA_CONST; in state_from_flags()
498 if (*state == IPA_CONST && state2 == IPA_CONST in worse_state()
604 IPA_CONST, call_looping, in check_call()
1063 l->pure_const_state = IPA_CONST; in analyze_function()
1161 if (l->pure_const_state == IPA_CONST) in analyze_function()
1587 enum pure_const_state_e pure_const_state = IPA_CONST; in propagate_pure_const()
[all …]
DChangeLog-200821149 CONST_IPATYPE to IPA_CONST, CONST_IPATYPE_REF to IPA_CONST_REF
DChangeLog-200930485 * ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN, IPA_CONST,