HomeSort by: relevance | last modified time | path
    Searched defs:varinfo_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 327 typedef struct variable_info *varinfo_t; typedef in typeref:struct:variable_info
329 static varinfo_t first_vi_for_offset (varinfo_t, unsigned HOST_WIDE_INT);
330 static varinfo_t first_or_preceding_vi_for_offset (varinfo_t,
332 static varinfo_t lookup_vi_for_tree (tree);
334 static void make_param_constraints (varinfo_t);
341 static hash_map<varinfo_t, pt_solution *> *final_solutions;
346 static vec<varinfo_t> varmap;
350 static inline varinfo_t
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 326 typedef struct variable_info *varinfo_t; typedef in typeref:struct:variable_info
328 static varinfo_t first_vi_for_offset (varinfo_t, unsigned HOST_WIDE_INT);
329 static varinfo_t first_or_preceding_vi_for_offset (varinfo_t,
331 static varinfo_t lookup_vi_for_tree (tree);
333 static void make_param_constraints (varinfo_t);
340 static hash_map<varinfo_t, pt_solution *> *final_solutions;
345 static vec<varinfo_t> varmap;
349 static inline varinfo_t
    [all...]

Completed in 35 milliseconds