Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp368 if (!Kept.empty() && TestInsts(Kept)) in doTest()
370 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
375 bool TestInsts(std::vector<const Instruction*> &Prefix);
379 bool ReduceCrashingInstructions::TestInsts(std::vector<const Instruction*> in TestInsts() function in ReduceCrashingInstructions