Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c2061 static hash_map<rtx, rtx> *local_get_addr_cache; variable
2115 rtx *slot = &local_get_addr_cache->get_or_insert (loc, &existed); in get_addr_from_local_cache()
2131 slot = local_get_addr_cache->get (loc); in get_addr_from_local_cache()
2152 slot = local_get_addr_cache->get (loc); in get_addr_from_local_cache()
2568 rtx *slot = local_get_addr_cache->get (x); in val_reset()
2577 local_get_addr_cache in val_reset()
6757 local_get_addr_cache = new hash_map<rtx, rtx>; in compute_bb_dataflow()
7040 delete local_get_addr_cache; in compute_bb_dataflow() local
7041 local_get_addr_cache = NULL; in compute_bb_dataflow()
9569 local_get_addr_cache = new hash_map<rtx, rtx>; in vt_emit_notes()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc2069 static hash_map<rtx, rtx> *local_get_addr_cache; variable
2123 rtx *slot = &local_get_addr_cache->get_or_insert (loc, &existed); in get_addr_from_local_cache()
2139 slot = local_get_addr_cache->get (loc); in get_addr_from_local_cache()
2160 slot = local_get_addr_cache->get (loc); in get_addr_from_local_cache()
2575 rtx *slot = local_get_addr_cache->get (x); in val_reset()
2584 local_get_addr_cache in val_reset()
6763 local_get_addr_cache = new hash_map<rtx, rtx>; in compute_bb_dataflow()
7046 delete local_get_addr_cache; in compute_bb_dataflow()
7047 local_get_addr_cache = NULL; in compute_bb_dataflow()
9600 local_get_addr_cache = new hash_map<rtx, rtx>; in vt_emit_notes()
[all …]
H A DChangeLog-201447486 (val_reset): Handle not allocated local_get_addr_cache.
47499 (val_reset): Handle not allocated local_get_addr_cache.
H A DChangeLog-201339409 (global_get_addr_cache, local_get_addr_cache): New.