com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt.IEOptFilterCanDiscard |
Interface for can-discard filter implementations used by a master optimizer.
Refer to addDisregardedOutputFilter(IEOptFilterCanDiscard)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract boolean | check(CFG<IEStatement> cfg, long insnAddress, int varDefId) |
cfg | CFG |
---|---|
insnAddress | instruction in CFG |
varDefId | a variable id being defined by the instruction |