Searched refs:InstToKeep (Results 1 – 1 of 1) sorted by relevance
24 std::set<Instruction *> InstToKeep; in extractInstrFromModule() local30 InstToKeep.insert(BB.getTerminator()); in extractInstrFromModule()33 InstToKeep.insert(&Inst); in extractInstrFromModule()40 if (!InstToKeep.count(&Inst)) { in extractInstrFromModule()