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

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-live.h348 } *tpa_p; typedef in typeref:struct:tree_partition_associator_d
353 static inline tree tpa_tree (tpa_p, int);
354 static inline int tpa_first_partition (tpa_p, int);
355 static inline int tpa_next_partition (tpa_p, int);
356 static inline int tpa_num_trees (tpa_p);
357 static inline int tpa_find_tree (tpa_p, int);
358 static inline void tpa_decompact (tpa_p);
359 extern void tpa_delete (tpa_p);
360 extern void tpa_dump (FILE *, tpa_p);
361 extern void tpa_remove_partition (tpa_p, in
[all...]
H A Dtree-ssa-live.c49 static inline void add_conflicts_if_valid (tpa_p, conflict_graph,
863 static tpa_p
866 tpa_p tpa;
873 tpa = (tpa_p) xmalloc (sizeof (struct tree_partition_associator_d));
895 tpa_remove_partition (tpa_p tpa, int tree_index, int partition_index)
922 tpa_delete (tpa_p tpa)
940 tpa_compact (tpa_p tpa)
1368 add_conflicts_if_valid (tpa_p tpa, conflict_graph graph,
1396 build_tree_conflict_graph (tree_live_info_p liveinfo, tpa_p tpa,
1564 coalesce_tpa_members (tpa_p tp
[all...]

Completed in 189 milliseconds