Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructions.cpp23 std::vector<Instruction *> InitInstToKeep; in extractInstrFromModule() local
29 InitInstToKeep.push_back(BB.getTerminator()); in extractInstrFromModule()
32 InitInstToKeep.push_back(&Inst); in extractInstrFromModule()
38 std::set<Instruction *> InstToKeep(InitInstToKeep.begin(), in extractInstrFromModule()
39 InitInstToKeep.end()); in extractInstrFromModule()