public final class FilterHitAndTagReplaced extends java.lang.Object implements BiPredicate<MemoryAccess,MemoryUnitedHazard>
TAG_REPLACED
and HIT
are simultaneously set for
the same device.
NOTE: In a more general case, replace-use chains should not include reloads.
Constructor and Description |
---|
FilterHitAndTagReplaced() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(MemoryAccess access,
MemoryUnitedHazard hazard) |
public boolean test(MemoryAccess access, MemoryUnitedHazard hazard)
test
in interface BiPredicate<MemoryAccess,MemoryUnitedHazard>