Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp39 return newSource(BB, Insts, Srcs, Pred); in findOrCreateSource()
42 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource() function in RandomIRBuilder
H A DIRMutator.cpp196 RS.sample(IB.newSource(*BB, InstsBefore, {}, Pred), /*Weight=*/1); in mutate()
/freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h47 Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,