Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-im.c2319 bitmap sm_in_loop = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion_loop() local
2323 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2324 hoist_memory_references (loop, sm_in_loop, exits); in store_motion_loop()
2328 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2331 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2332 BITMAP_FREE (sm_in_loop); in store_motion_loop()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-im.c2472 bitmap sm_in_loop = BITMAP_ALLOC (NULL); in store_motion_loop() local
2476 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop()
2477 hoist_memory_references (loop, sm_in_loop, exits); in store_motion_loop()
2481 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop()
2484 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop()
2485 BITMAP_FREE (sm_in_loop); in store_motion_loop()