Lines Matching refs:Insts
764 std::vector<const Instruction *> &Insts) { in TestInsts() argument
771 for (unsigned i = 0, e = Insts.size(); i != e; ++i) { in TestInsts()
772 assert(!Insts[i]->isTerminator()); in TestInsts()
773 Instructions.insert(cast<Instruction>(VMap[Insts[i]])); in TestInsts()
803 Insts.clear(); in TestInsts()
805 Insts.push_back(Inst); in TestInsts()
837 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts() argument
844 for (Instruction *I : Insts) in TestInsts()
873 Insts.clear(); in TestInsts()
875 Insts.push_back(I); in TestInsts()
1078 std::vector<const Instruction *> Insts; in ReduceInsts() local
1083 Insts.push_back(&I); in ReduceInsts()
1086 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts); in ReduceInsts()
1158 std::vector<Instruction *> Insts; in ReduceInsts() local
1161 Insts.push_back(&I); in ReduceInsts()
1164 ReduceCrashingMetadata(BD, TestFn).reduceList(Insts); in ReduceInsts()