Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-sra.c87 static bitmap needs_copy_in; variable
576 bitmap_set_bit (needs_copy_in, DECL_UID (child)); in lookup_element()
1538 bitmap_and_compl_into (needs_copy_in, &done_head); in decide_instantiations()
2227 EXECUTE_IF_SET_IN_BITMAP (needs_copy_in, 0, i, bi) in scalarize_parms()
2314 needs_copy_in = BITMAP_ALLOC (NULL); in tree_sra()
2330 BITMAP_FREE (needs_copy_in); in tree_sra()