Searched refs:InitInstToKeep (Results 1 – 1 of 1) sorted by relevance
23 std::vector<Instruction *> InitInstToKeep; in extractInstrFromModule() local29 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()