Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1737 Set<Value> previousLiveAtEntry = liveAtEntrySets.put(block, live); in computeLiveAtEntrySets() local
1740 if (previousLiveAtEntry == null || !previousLiveAtEntry.equals(live)) { in computeLiveAtEntrySets()