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