Searched refs:is_restrict_var (Results 1 – 4 of 4) sorted by relevance
276 unsigned int is_restrict_var : 1; member398 ret->is_restrict_var = false; in new_var_info()3962 vi->is_restrict_var = 1; in make_constraint_from_restrict()6275 rvi->is_restrict_var = 1; in create_variable_info_for_1()6334 rvi->is_restrict_var = 1; in create_variable_info_for_1()6400 rvi->is_restrict_var = false; in create_variable_info_for()6654 if (vi->is_restrict_var) in set_uids_in_ptset()7918 if (oi->is_restrict_var) in compute_dependence_clique()8158 if (vi->is_restrict_var) in dump_varinfo()
16925 is_restrict_var.17390 * tree-ssa-structalias.c (struct variable_info): Add is_restrict_var
8017 * tree-ssa-structalias.c (struct variable_info): Remove is_restrict_var8031 (compute_points_to_sets): Do not test is_restrict_var.
3639 (struct variable_info): Add is_restrict_var flag and ruid3641 (new_var_info): Initialize is_restrict_var.