Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java122 private Map<BasicBlock, Set<Value>> liveAtEntrySets = new IdentityHashMap<>(); field in LinearScanRegisterAllocator
385 liveAtEntrySets = null; in clearState()
1647 Set<Value> liveAtEntry = liveAtEntrySets.get(successor); in resolveControlFlow()
1701 Set<Value> succLiveAtEntry = liveAtEntrySets.get(succ); in computeLiveAtEntrySets()
1737 Set<Value> previousLiveAtEntry = liveAtEntrySets.put(block, live); in computeLiveAtEntrySets()
1748 assert liveAtEntrySets.get(sorted[0]).size() == 0; in computeLiveAtEntrySets()
1805 live.addAll(liveAtEntrySets.get(successor)); in computeLiveRanges()