Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp359 class ReduceCrashingInstructions : public ListReducer<const Instruction*> { class
363 ReduceCrashingInstructions(BugDriver &bd, in ReduceCrashingInstructions() function in __anon7522133d0511::ReduceCrashingInstructions
381 bool ReduceCrashingInstructions::TestInsts(std::vector<const Instruction*> in TestInsts()
540 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error); in DebugACrash()