Strategy that deletes instructions when the Module is too large.
Declared in <llvm/FuzzMutate/IRMutator.h>
class InstDeleterIRStrategy
: public IRMutationStrategy
| Name | Description |
|---|---|
IRMutationStrategy | Base class for describing how to mutate a module. mutation functions for each IR unit forward to the contained unit. |
| Name | Description |
|---|---|
getWeight [virtual] | Provide a weight that grows when the module size approaches the limit. |
mutate | mutate overloads |
| Name | Description |
|---|---|
mutate | Bring base-class mutate overloads into this class. |