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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 7132 htab_t new_label_map; member in struct:move_stmt_d
7181 if (p->new_label_map)
7186 htab_find_with_hash (p->new_label_map, &in, DECL_UID (t));
7847 htab_t new_label_map; local
7922 new_label_map = NULL;
7938 new_label_map = htab_create (17, tree_map_hash, tree_map_eq, free);
7940 new_label_mapper, new_label_map);
8082 d.new_label_map = new_label_map;
8149 if (new_label_map)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 6953 htab_t new_label_map; member in struct:move_stmt_d
7002 if (p->new_label_map)
7007 htab_find_with_hash (p->new_label_map, &in, DECL_UID (t));
7628 htab_t new_label_map; local
7703 new_label_map = NULL;
7719 new_label_map = htab_create (17, tree_map_hash, tree_map_eq, free);
7721 new_label_mapper, new_label_map);
7863 d.new_label_map = new_label_map;
7930 if (new_label_map)
    [all...]

Completed in 21 milliseconds