Home
last modified time | relevance | path

Searched refs:LRU (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp739 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards() local
740 LRU.MI = UseMI; in updatePhysDepsDownwards()
741 LRU.Op = DefOp; in updatePhysDepsDownwards()
911 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards() local
913 if (LRU.Cycle <= Height && LRU.MI != &MI) { in updatePhysDepsUpwards()
914 LRU.Cycle = Height; in updatePhysDepsUpwards()
915 LRU.MI = &MI; in updatePhysDepsUpwards()
916 LRU.Op = ReadOps[i]; in updatePhysDepsUpwards()
/external/glide/third_party/disklrucache/
DREADME.third_party7 Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
DREADME.md1 Disk LRU Cache
/external/autotest/site_utils/rpm_control_system/
Drpm_config.ini24 # Size of the LRU that holds power management unit information related
/external/python/cpython3/Doc/library/
Dfunctools.rst55 If *maxsize* is set to ``None``, the LRU feature is disabled and the cache can
56 grow without bound. The LRU feature performs best when *maxsize* is a
76 An `LRU (least recently used) cache
83 Example of an LRU cache for static web content::
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt125 replacement policy; we have found that this is almost as good as LRU
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt125 replacement policy; we have found that this is almost as good as LRU
/external/tensorflow/tensorflow/core/platform/cloud/
Dfile_block_cache_test.cc219 TEST(FileBlockCacheTest, LRU) { in TEST() argument
/external/one-true-awk/
DFIXES482 fixed caching bug in makedfa: LRU was actually removing
/external/freetype/
DChangeLog.20988 correct LRU behaviour.
/external/freetype/docs/
DCHANGES3642 - Fixed a bug in the cache manager that prevented normal LRU
/external/python/cpython3/Misc/
DNEWS7522 - Issue #22184: The functools LRU Cache decorator factory now gives an earlier
DHISTORY1506 - Issue #22184: The functools LRU Cache decorator factory now gives an earlier