Home
last modified time | relevance | path

Searched refs:type_align_map (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vectorizer.c1352 static hash_map<tree, unsigned> *type_align_map; variable
1389 unsigned *slot = type_align_map->get (type); in get_vec_alignment_for_record_type()
1426 type_align_map->put (type, max_align); in get_vec_alignment_for_record_type()
1465 type_align_map = new hash_map<tree, unsigned>; in increase_alignment()
1487 delete type_align_map; in increase_alignment() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vectorizer.cc1536 static hash_map<tree, unsigned> *type_align_map; variable
1573 unsigned *slot = type_align_map->get (type); in get_vec_alignment_for_record_type()
1610 type_align_map->put (type, max_align); in get_vec_alignment_for_record_type()
1649 type_align_map = new hash_map<tree, unsigned>; in increase_alignment()
1671 delete type_align_map; in increase_alignment()
H A DChangeLog-201623617 (type_align_map): New hash_map.