Home
last modified time | relevance | path

Searched refs:TestInsts (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp752 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 ReduceCrashingInstructions
826 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