Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1701 Set<Value> succLiveAtEntry = liveAtEntrySets.get(succ); in computeLiveAtEntrySets() local
1702 if (succLiveAtEntry != null) { in computeLiveAtEntrySets()
1703 live.addAll(succLiveAtEntry); in computeLiveAtEntrySets()