OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:global_get_addr_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
var-tracking.cc
2054
static hash_map<rtx, rtx> *
global_get_addr_cache
;
variable
2075
rtx *slot = &
global_get_addr_cache
->get_or_insert (loc, &existed);
2091
*
global_get_addr_cache
->get (loc) = x = nx;
10064
global_get_addr_cache
= new hash_map<rtx, rtx>;
10069
global_get_addr_cache
= NULL;
10468
if (
global_get_addr_cache
)
10469
delete
global_get_addr_cache
;
10470
global_get_addr_cache
= NULL;
/src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc
2064
static hash_map<rtx, rtx> *
global_get_addr_cache
;
variable
2085
rtx *slot = &
global_get_addr_cache
->get_or_insert (loc, &existed);
2101
*
global_get_addr_cache
->get (loc) = x = nx;
10064
global_get_addr_cache
= new hash_map<rtx, rtx>;
10069
global_get_addr_cache
= NULL;
10462
if (
global_get_addr_cache
)
10463
delete
global_get_addr_cache
;
10464
global_get_addr_cache
= NULL;
Completed in 34 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026