Searched refs:decls_to_partitions (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c653 part_hashmap *decls_to_partitions,
675 && (part = decls_to_partitions->get (i)))
689 part_hashmap *decls_to_partitions = NULL; local
704 if (!decls_to_partitions)
706 decls_to_partitions = new part_hashmap;
725 decls_to_partitions->put (uid, part);
738 if (decls_to_partitions)
752 add_partitioned_vars_to_ptset (&pi->pt, decls_to_partitions,
757 decls_to_partitions, &visited, temp);
759 delete decls_to_partitions; local
652 add_partitioned_vars_to_ptset(struct pt_solution *pt, part_hashmap *decls_to_partitions, hash_set<bitmap> *visited, bitmap temp) argument
[all...]

Completed in 91 milliseconds