Searched refs:syms_to_rename (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-into-ssa.c117 static bitmap syms_to_rename; variable
549 return bitmap_bit_p (syms_to_rename, DECL_UID (sym));
2472 if (syms_to_rename && !bitmap_empty_p (syms_to_rename))
2475 EXECUTE_IF_SET_IN_BITMAP (syms_to_rename, 0, i, bi)
2522 syms_to_rename = BITMAP_ALLOC (NULL);
2548 BITMAP_FREE (syms_to_rename);
2622 bitmap_set_bit (syms_to_rename, DECL_UID (sym));
2643 bitmap_ior_into (syms_to_rename, set);
2659 return syms_to_rename || old_ssa_name
[all...]

Completed in 35 milliseconds