Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp758 if (!Kept.empty() && TestInsts(Kept)) in doTest()
760 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
765 bool TestInsts(std::vector<const Instruction *> &Prefix);
769 bool ReduceCrashingInstructions::TestInsts( in TestInsts() function in ReduceCrashingInstructions
835 if (!Kept.empty() && TestInsts(Kept)) in doTest()
837 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
842 bool TestInsts(std::vector<Instruction *> &Prefix);
846 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts() function in ReduceCrashingMetadata