HomeSort by: relevance | last modified time | path
    Searched defs:local_get_addr_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 2059 static hash_map<rtx, rtx> *local_get_addr_cache; variable
2113 rtx *slot = &local_get_addr_cache->get_or_insert (loc, &existed);
2129 slot = local_get_addr_cache->get (loc);
2150 slot = local_get_addr_cache->get (loc);
2565 rtx *slot = local_get_addr_cache->get (x);
2574 local_get_addr_cache
6748 local_get_addr_cache = new hash_map<rtx, rtx>;
7031 delete local_get_addr_cache;
7032 local_get_addr_cache = NULL;
9583 local_get_addr_cache = new hash_map<rtx, rtx>
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 2069 static hash_map<rtx, rtx> *local_get_addr_cache; variable
2123 rtx *slot = &local_get_addr_cache->get_or_insert (loc, &existed);
2139 slot = local_get_addr_cache->get (loc);
2160 slot = local_get_addr_cache->get (loc);
2575 rtx *slot = local_get_addr_cache->get (x);
2584 local_get_addr_cache
6763 local_get_addr_cache = new hash_map<rtx, rtx>;
7046 delete local_get_addr_cache;
7047 local_get_addr_cache = NULL;
9600 local_get_addr_cache = new hash_map<rtx, rtx>
    [all...]

Completed in 34 milliseconds