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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-live.h 273 typedef hash_map<int_hash <unsigned int, -1U>, unsigned int> live_vars_map; typedef
274 extern vec<bitmap_head> compute_live_vars (struct function *, live_vars_map *);
275 extern bitmap live_vars_at_stmt (vec<bitmap_head> &, live_vars_map *,
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-live.h 269 typedef hash_map<int_hash <unsigned int, -1U>, unsigned int> live_vars_map; typedef
270 extern vec<bitmap_head> compute_live_vars (struct function *, live_vars_map *);
271 extern bitmap live_vars_at_stmt (vec<bitmap_head> &, live_vars_map *,

Completed in 27 milliseconds