Searched defs:ReduceCrashingInstructions (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp356 /// ReduceCrashingInstructions reducer - This works by removing the specified
359 class ReduceCrashingInstructions : public ListReducer<const Instruction*> { class in namespace:__anon9189
363 ReduceCrashingInstructions(BugDriver &bd, function in class:__anon9189::ReduceCrashingInstructions
381 bool ReduceCrashingInstructions::TestInsts(std::vector<const Instruction*>
540 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts, Error);

Completed in 100 milliseconds