Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dstore-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
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dstore-motion.c97 static htab_t store_motion_mems_table = NULL; variable