Home
last modified time | relevance | path

Searched defs:store_motion_mems_table (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDstore-motion.c123 static hash_table<st_expr_hasher> *store_motion_mems_table; variable
178 delete store_motion_mems_table; in free_store_motion_mems() local
1147 delete store_motion_mems_table; in one_store_motion_pass() local
/dragonfly/contrib/gcc-4.7/gcc/
HDstore-motion.c97 static htab_t store_motion_mems_table = NULL; variable