Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp757 if (!Kept.empty() && TestInsts(Kept)) in doTest()
759 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
764 bool TestInsts(std::vector<const Instruction *> &Prefix);
768 bool ReduceCrashingInstructions::TestInsts( in TestInsts() function in ReduceCrashingInstructions
833 if (!Kept.empty() && TestInsts(Kept)) in doTest()
835 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
840 bool TestInsts(std::vector<Instruction *> &Prefix);
844 bool ReduceCrashingMetadata::TestInsts(std::vector<Instruction *> &Insts) { in TestInsts() function in ReduceCrashingMetadata