Searched refs:ReduceCrashingBlocks (Results 1 – 1 of 1) sorted by relevance
443 class ReduceCrashingBlocks : public ListReducer<const BasicBlock *> { class448 ReduceCrashingBlocks(BugDriver &BD, BugTester testFn) in ReduceCrashingBlocks() function in __anon1e075dd70511::ReduceCrashingBlocks464 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks()1255 Expected<bool> Result = ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks); in DebugACrash()