Home
last modified time | relevance | path

Searched refs:jump_func_type (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.h67 enum jump_func_type enum
158 enum jump_func_type jftype;
325 enum jump_func_type type;
H A Dipa-prop.c312 enum jump_func_type type; in ipa_print_node_jump_functions_for_edge()
4627 enum jump_func_type jftype; in ipa_read_jump_function()
4633 jftype = (enum jump_func_type) (val / 2); in ipa_read_jump_function()
4697 item.jftype = (enum jump_func_type) streamer_read_uhwi (ib); in ipa_read_jump_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.h67 enum jump_func_type enum
166 enum jump_func_type jftype;
333 enum jump_func_type type;
H A Dipa-prop.cc316 enum jump_func_type type; in ipa_print_node_jump_functions_for_edge()
4865 enum jump_func_type jftype; in ipa_read_jump_function()
4871 jftype = (enum jump_func_type) (val / 2); in ipa_read_jump_function()
4938 item.jftype = (enum jump_func_type) streamer_read_uhwi (ib); in ipa_read_jump_function()
H A DChangeLog-20089930 * ipa-prop.h (jump_func_type): Remove IPA_CONST_REF.
9931 (jump_func_type): Remove IPA_CONST_VALUE_REF.
12888 * ipa-prop.h (enum jump_func_type): Make explicit that we depend
21148 (enum jump_func_type): Rnamed UNKNOWN_IPATYPE to IPA_UNKNOWN,
H A DChangeLog-200914258 * ipa-prop.h (enum jump_func_type): New value IPA_JF_ANCESTOR, changed
30485 * ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN, IPA_CONST,
H A DChangeLog-201215343 * ipa-prop.h (jump_func_type): Removed IPA_JF_CONST_MEMBER_PTR.
H A DChangeLog-20194857 * ipa-prop.h (jump_func_type): New value IPA_JF_LOAD_AGG.
H A DChangeLog-201030880 * ipa-prop.h (enum jump_func_type): Added known_type jump function
H A DChangeLog-201111029 * ipa-prop.h (jump_func_type): Updated comments.
H A DChangeLog-20147606 * ipa-prop.h (jump_func_type): Removed value IPA_JF_KNOWN_TYPE.