Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Insts

457                                            &Insts) {
464 for (unsigned i = 0, e = Insts.size(); i != e; ++i) {
465 assert(!isa<TerminatorInst>(Insts[i]));
466 Instructions.insert(cast<Instruction>(VMap[Insts[i]]));
498 Insts.clear();
500 Insts.push_back(Inst);
712 std::vector<const Instruction*> Insts;
717 Insts.push_back(&I);
719 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error);