Searched refs:sm_in_loop (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-im.c | 2426 bitmap sm_in_loop = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion_loop() local 2430 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop() 2431 hoist_memory_references (loop, sm_in_loop, exits); in store_motion_loop() 2435 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop() 2438 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop() 2439 BITMAP_FREE (sm_in_loop); in store_motion_loop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-im.cc | 3253 bitmap sm_in_loop = BITMAP_ALLOC (&lim_bitmap_obstack); in store_motion_loop() local 3257 find_refs_for_sm (loop, sm_executed, sm_in_loop); in store_motion_loop() 3258 if (!bitmap_empty_p (sm_in_loop)) in store_motion_loop() 3259 hoist_memory_references (loop, sm_in_loop, exits); in store_motion_loop() 3262 bitmap_ior_into (sm_executed, sm_in_loop); in store_motion_loop() 3265 bitmap_and_compl_into (sm_executed, sm_in_loop); in store_motion_loop() 3266 BITMAP_FREE (sm_in_loop); in store_motion_loop()
|