Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp367 if (!Kept.empty() && TestInsts(Kept)) in doTest()
369 if (!Prefix.empty() && TestInsts(Prefix)) in doTest()
374 bool TestInsts(std::vector<const Instruction*> &Prefix);
378 bool ReduceCrashingInstructions::TestInsts(std::vector<const Instruction*> in TestInsts() function in ReduceCrashingInstructions