Searched refs:LRU (Results 1 – 13 of 13) sorted by relevance
739 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsDownwards() local740 LRU.MI = UseMI; in updatePhysDepsDownwards()741 LRU.Op = DefOp; in updatePhysDepsDownwards()911 LiveRegUnit &LRU = RegUnits[*Units]; in updatePhysDepsUpwards() local913 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()
7 Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
1 Disk LRU Cache
24 # Size of the LRU that holds power management unit information related
55 If *maxsize* is set to ``None``, the LRU feature is disabled and the cache can56 grow without bound. The LRU feature performs best when *maxsize* is a76 An `LRU (least recently used) cache83 Example of an LRU cache for static web content::
125 replacement policy; we have found that this is almost as good as LRU
219 TEST(FileBlockCacheTest, LRU) { in TEST() argument
482 fixed caching bug in makedfa: LRU was actually removing
988 correct LRU behaviour.
3642 - Fixed a bug in the cache manager that prevented normal LRU
7522 - Issue #22184: The functools LRU Cache decorator factory now gives an earlier
1506 - Issue #22184: The functools LRU Cache decorator factory now gives an earlier