Searched refs:previousLiveAtEntry (Results 1 – 1 of 1) sorted by relevance
1737 Set<Value> previousLiveAtEntry = liveAtEntrySets.put(block, live); in computeLiveAtEntrySets() local1740 if (previousLiveAtEntry == null || !previousLiveAtEntry.equals(live)) { in computeLiveAtEntrySets()