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