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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range.h 57 inline gori_compute &gori () { return m_cache.m_gori; }
68 ranger_cache m_cache; member in class:gimple_ranger
gimple-range-path.h 84 ssa_global_cache *m_cache; member in class:path_range_query
tree-predcom.cc 393 pcom_worker (loop_p l) : m_loop (l), m_cache (NULL) {}
399 free_affine_expand_cache (&m_cache);
431 tree_expand_map_t *m_cache; member in class:pcom_worker
817 tree_to_aff_combination_expand (DR_OFFSET (dr), type, offset, &m_cache); local
864 &step, &m_cache);
1361 &step, &m_cache);
  /src/external/gpl3/gcc/dist/gcc/
gimple-range.h 58 inline gori_compute &gori () { return m_cache.m_gori; }
71 ranger_cache m_cache; member in class:gimple_ranger
gimple-range-path.h 84 ssa_lazy_cache m_cache; member in class:path_range_query
tree-predcom.cc 393 pcom_worker (loop_p l) : m_loop (l), m_cache (NULL) {}
399 free_affine_expand_cache (&m_cache);
431 tree_expand_map_t *m_cache; member in class:pcom_worker
817 tree_to_aff_combination_expand (DR_OFFSET (dr), type, offset, &m_cache); local
864 &step, &m_cache);
1392 &step, &m_cache);
  /src/external/gpl3/gdb/dist/gdb/
bcache.h 200 struct obstack m_cache {}; struct in struct:gdb::bcache
solib-rocm.c 71 std::unordered_map<std::string, refcnt_fd> m_cache; variable
78 auto it = m_cache.find (filename);
79 if (it == m_cache.end ())
86 m_cache.emplace (std::piecewise_construct,
106 = std::find_if (m_cache.begin (), m_cache.end (),
109 gdb_assert (it != m_cache.end ());
115 m_cache.erase (it);
  /src/external/gpl3/gdb.old/dist/gdb/
bcache.h 177 struct obstack m_cache {}; struct in struct:gdb::bcache
solib-rocm.c 71 std::unordered_map<std::string, refcnt_fd> m_cache; variable
78 auto it = m_cache.find (filename);
79 if (it == m_cache.end ())
86 m_cache.emplace (std::piecewise_construct,
106 = std::find_if (m_cache.begin (), m_cache.end (),
109 gdb_assert (it != m_cache.end ());
115 m_cache.erase (it);
  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 739 mutable unsigned int m_cache; variable
756 mutable unsigned int m_cache; variable

Completed in 37 milliseconds