Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceInstructions.cpp24 std::set<Instruction *> InstToKeep; in extractInstrFromModule() local
30 InstToKeep.insert(BB.getTerminator()); in extractInstrFromModule()
33 InstToKeep.insert(&Inst); in extractInstrFromModule()
40 if (!InstToKeep.count(&Inst)) { in extractInstrFromModule()