Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp595 std::map<size_t, Instruction *> AliveInsts; in mutate() local
602 AliveInsts.insert({InsertIdx, &I}); in mutate()
611 auto hasAliveParent = [&AliveInsts, &AliveInstsLookup](size_t Index) { in mutate()
612 for (Value *O : AliveInsts[Index]->operands()) { in mutate()
633 for (const auto &[Index, Inst] : AliveInsts) { in mutate()
645 Instruction *Root = AliveInsts[RootIdx]; in mutate()
646 AliveInsts.erase(RootIdx); in mutate()