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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c348 typedef struct variable_info *varinfo_t; typedef in typeref:struct:variable_info
350 static varinfo_t first_vi_for_offset (varinfo_t, unsigned HOST_WIDE_INT);
351 static varinfo_t first_or_preceding_vi_for_offset (varinfo_t,
353 static varinfo_t lookup_vi_for_tree (tree);
360 static hash_map<varinfo_t, pt_solution *> *final_solutions; variable
365 static vec<varinfo_t> varmap;
369 static inline varinfo_t
378 static inline varinfo_t
[all...]

Completed in 43 milliseconds