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