Home
last modified time | relevance | path

Searched refs:newSource (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h85 LLVM_ABI Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp232 return newSource(BB, Insts, Srcs, Pred, allowConstant); in findOrCreateSource()
243 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() function in RandomIRBuilder
H A DIRMutator.cpp249 RS.sample(IB.newSource(*BB, InstsBefore, {}, Pred), /*Weight=*/1); in mutate()