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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp370 if (!Kept.empty() && TestInsts(Kept))
372 if (!Prefix.empty() && TestInsts(Prefix))
377 bool TestInsts(std::vector<const Instruction*> &Prefix);
381 bool ReduceCrashingInstructions::TestInsts(std::vector<const Instruction*> function in class:ReduceCrashingInstructions

Completed in 109 milliseconds