Searched refs:TestInsts (Results 1 – 1 of 1) sorted by relevance
752 if (!Kept.empty() && TestInsts(Kept)) in doTest()754 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()759 bool TestInsts(std::vector<const Instruction *> &Prefix);763 bool ReduceCrashingInstructions::TestInsts( in TestInsts() function in ReduceCrashingInstructions826 if (!Kept.empty() && TestInsts(Kept)) in doTest()828 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()833 bool TestInsts(std::vector<Instruction *> &Prefix);837 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts() function in ReduceCrashingMetadata