Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-vectorizer.c1011 static hash_map<tree, unsigned> *type_align_map; variable
1047 unsigned *slot = type_align_map->get (type); in get_vec_alignment_for_record_type()
1084 type_align_map->put (type, max_align); in get_vec_alignment_for_record_type()
1123 type_align_map = new hash_map<tree, unsigned>; in increase_alignment()
1146 delete type_align_map; in increase_alignment() local