Searched refs:known_csts (Results 1 – 6 of 6) sorted by relevance
1533 input = info->known_csts[idx]; in ipa_value_from_jfunc()1750 value = info->known_csts[src_idx]; in ipa_agg_value_from_node()2986 const vec<tree> &known_csts, in ipa_get_indirect_edge_target_1() argument3033 < known_csts.length () in ipa_get_indirect_edge_target_1()3034 ? known_csts[param_index] in ipa_get_indirect_edge_target_1()3045 else if ((unsigned) param_index < known_csts.length ()) in ipa_get_indirect_edge_target_1()3046 t = known_csts[param_index]; in ipa_get_indirect_edge_target_1()3088 < known_csts.length () in ipa_get_indirect_edge_target_1()3089 ? known_csts[param_index] : NULL, in ipa_get_indirect_edge_target_1()3123 if (!t && (unsigned) param_index < known_csts.length ()) in ipa_get_indirect_edge_target_1()[all …]
639 vec<tree> GTY((skip)) known_csts; in class()669 known_csts (vNULL), known_contexts (vNULL), analysis_done (0), in ipa_node_params()681 known_csts.release (); in ~ipa_node_params()
4185 tree t = new_root_info->known_csts[src_idx]; in propagate_controlled_uses()4554 new_info->known_csts = old_info->known_csts.copy (); in duplicate()
39232 * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts39458 copy known_csts and known_contexts vectors.
7400 (ipa_node_params::~ipa_node_params): Release known_csts.
7671 (ipa_node_params): Rename known_vals to known_csts, update all users.