Home
last modified time | relevance | path

Searched refs:type_var_p (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/gcc/
HDtree-ssa-live.h558 typedef tpa_p type_var_p; typedef
560 static inline tree type_var (type_var_p, int);
561 static inline int type_var_first_partition (type_var_p, int);
562 static inline int type_var_next_partition (type_var_p, int);
563 static inline int type_var_num (type_var_p);
564 static inline void type_var_dump (FILE *, type_var_p);
565 static inline void type_var_remove_partition (type_var_p, int, int);
566 static inline void type_var_delete (type_var_p);
567 static inline int type_var_find (type_var_p, int);
568 static inline int type_var_compact (type_var_p);
[all …]
HDtree-ssa-live.c1075 type_var_p
1078 type_var_p tv; in type_var_init()
HDtree-outof-ssa.c1139 type_var_p tv; in coalesce_vars()
HDChangeLog.tree-ssa9270 (type_var_p): New. Use tpa_p structure for a type based association.