Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp356 class ReduceCrashingInstructions : public ListReducer<const Instruction*> { class
360 ReduceCrashingInstructions(BugDriver &bd, in ReduceCrashingInstructions() function in __anon692caeb90511::ReduceCrashingInstructions
378 bool ReduceCrashingInstructions::TestInsts(std::vector<const Instruction*> in TestInsts()
536 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error); in DebugACrash()