Searched refs:ipcp_get_parm_bits (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-prop.h | 1057 bool ipcp_get_parm_bits (tree, tree *, widest_int *);
|
H A D | tree-ssa-ccp.c | 305 && ipcp_get_parm_bits (SSA_NAME_VAR (var), &value, &mask)) in get_default_value()
|
H A D | ipa-prop.c | 5504 ipcp_get_parm_bits (tree parm, tree *value, widest_int *mask) in ipcp_get_parm_bits() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-prop.h | 1228 bool ipcp_get_parm_bits (tree, tree *, widest_int *);
|
H A D | tree-ssa-ccp.cc | 306 && ipcp_get_parm_bits (SSA_NAME_VAR (var), &value, &mask)) in get_default_value()
|
H A D | ipa-prop.cc | 5784 ipcp_get_parm_bits (tree parm, tree *value, widest_int *mask) in ipcp_get_parm_bits() function
|
H A D | ChangeLog-2019 | 568 * ipa-prop.c (ipcp_get_parm_bits): New function. 569 * ipa-prop.h (ipcp_get_parm_bits): Declare. 572 (get_default_value): Use ipcp_get_parm_bits.
|
H A D | ChangeLog-2020 | 7148 (ipcp_get_parm_bits): Update.
|