Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-im.c222 } memory_accesses; variable
755 = lim_data ? memory_accesses.refs_list[lim_data->ref] : NULL; in determine_max_movement()
1453 ref = memory_accesses.refs_list[id]; in gather_mem_refs_stmt()
1500 slot = memory_accesses.refs->find_slot_with_hash (&aor, hash, INSERT); in gather_mem_refs_stmt()
1544 id = memory_accesses.refs_list.length (); in gather_mem_refs_stmt()
1547 memory_accesses.refs_list.safe_push (ref); in gather_mem_refs_stmt()
1560 bitmap_set_bit (&memory_accesses.refs_in_loop[loop->num], ref->id); in gather_mem_refs_stmt()
1563 bitmap_set_bit (&memory_accesses.refs_stored_in_loop[loop->num], ref->id); in gather_mem_refs_stmt()
1637 FOR_EACH_VEC_ELT (memory_accesses.refs_list, i, ref) in analyze_memory_references()
1648 bitmap_ior_into (&memory_accesses.all_refs_stored_in_loop[loop->num], in analyze_memory_references()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-im.cc254 } memory_accesses; variable
864 = lim_data ? memory_accesses.refs_list[lim_data->ref] : NULL; in determine_max_movement()
1550 id = memory_accesses.refs_list.length (); in gather_mem_refs_stmt()
1552 memory_accesses.refs_list.safe_push (ref); in gather_mem_refs_stmt()
1565 ref = memory_accesses.refs_list[id]; in gather_mem_refs_stmt()
1625 slot = memory_accesses.refs->find_slot_with_hash (&aor, hash, INSERT); in gather_mem_refs_stmt()
1679 id = memory_accesses.refs_list.length (); in gather_mem_refs_stmt()
1682 memory_accesses.refs_list.safe_push (ref); in gather_mem_refs_stmt()
1697 bitmap_set_bit (&memory_accesses.refs_stored_in_loop[loop->num], ref->id); in gather_mem_refs_stmt()
1704 bitmap_set_bit (&memory_accesses.refs_loaded_in_loop[loop->num], ref->id); in gather_mem_refs_stmt()
[all …]
H A DChangeLog-202023487 (memory_accesses::refs_in_loop): Rename to ...
23488 (memory_accesses::refs_loaded_in_loop): ... this and change to
H A DChangeLog-200823930 (memory_accesses): New variable.