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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp742 /// ReduceCrashingInstructions reducer - This works by removing the specified
745 class ReduceCrashingInstructions : public ListReducer<const Instruction *> { class in namespace:__anon2827
750 ReduceCrashingInstructions(BugDriver &bd, BugTester testFn) function in class:__anon2827::ReduceCrashingInstructions
766 bool ReduceCrashingInstructions::TestInsts(
1098 ReduceCrashingInstructions(BD, TestFn).reduceList(Insts);

Completed in 88 milliseconds