Home
last modified time | relevance | path

Searched refs:heapvar (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcc/
HDtree-ssa-structalias.c2627 tree heapvar = heapvar_lookup (t); in get_constraint_for() local
2629 if (heapvar == NULL) in get_constraint_for()
2631 heapvar = create_tmp_var_raw (ptr_type_node, "HEAP"); in get_constraint_for()
2632 DECL_EXTERNAL (heapvar) = 1; in get_constraint_for()
2634 add_referenced_var (heapvar); in get_constraint_for()
2635 heapvar_insert (t, heapvar); in get_constraint_for()
2638 temp.var = create_variable_info_for (heapvar, in get_constraint_for()
2639 alias_get_name (heapvar)); in get_constraint_for()
4294 tree heapvar = heapvar_lookup (t); in intra_create_variable_infos() local
4300 if (heapvar == NULL_TREE) in intra_create_variable_infos()
[all …]
HDChangeLog-20054544 (get_constraint_for): See if we have an old heapvar