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