LLVM
8.0.1
|
#include "llvm/FuzzMutate/IRMutator.h"
Public Member Functions | |
uint64_t | getWeight (size_t CurrentSize, size_t MaxSize, uint64_t CurrentWeight) override |
Provide a weight to bias towards choosing this strategy for a mutation. More... | |
void | mutate (Function &F, RandomIRBuilder &IB) override |
void | mutate (Instruction &Inst, RandomIRBuilder &IB) override |
Public Member Functions inherited from llvm::IRMutationStrategy | |
virtual | ~IRMutationStrategy ()=default |
virtual void | mutate (Module &M, RandomIRBuilder &IB) |
virtual void | mutate (BasicBlock &BB, RandomIRBuilder &IB) |
Definition at line 96 of file IRMutator.h.
|
overridevirtual |
Provide a weight to bias towards choosing this strategy for a mutation.
The value of the weight is arbitrary, but a good default is "the number of
distinct ways in which this strategy can mutate a unit". This can also be used to prefer strategies that shrink the overall size of the result when we start getting close to MaxSize
.
Implements llvm::IRMutationStrategy.
Definition at line 140 of file IRMutator.cpp.
|
overridevirtual |
Reimplemented from llvm::IRMutationStrategy.
Definition at line 154 of file IRMutator.cpp.
References eliminateDeadCode(), llvm::instructions(), llvm::IRMutationStrategy::mutate(), and llvm::RandomIRBuilder::Rand.
|
overridevirtual |
Reimplemented from llvm::IRMutationStrategy.
Definition at line 173 of file IRMutator.cpp.
References assert(), E, llvm::Instruction::eraseFromParent(), llvm::BasicBlock::getFirstInsertionPt(), llvm::ilist_node_impl< OptionsT >::getIterator(), llvm::Instruction::getParent(), llvm::Value::getType(), I, llvm::Instruction::isTerminator(), llvm::Type::isVoidTy(), llvm::RandomIRBuilder::newSource(), llvm::fuzzerop::onlyType(), llvm::RandomIRBuilder::Rand, and llvm::Value::replaceAllUsesWith().