Searched refs:ReduceCrashingBlocks (Results 1 – 3 of 3) sorted by relevance
250 class ReduceCrashingBlocks : public ListReducer<const BasicBlock*> { class254 ReduceCrashingBlocks(BugDriver &bd, in ReduceCrashingBlocks() function in __anon19ca15e50311::ReduceCrashingBlocks272 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) { in TestBlocks()521 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error); in DebugACrash()
325 class ReduceCrashingBlocks : public ListReducer<const BasicBlock*> { class329 ReduceCrashingBlocks(BugDriver &bd, in ReduceCrashingBlocks() function in __anon692caeb90411::ReduceCrashingBlocks347 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) { in TestBlocks()824 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error); in DebugACrash()
362 class ReduceCrashingBlocks : public ListReducer<const BasicBlock *> { class367 ReduceCrashingBlocks(BugDriver &BD, BugTester testFn) in ReduceCrashingBlocks() function in __anonab98acf10411::ReduceCrashingBlocks383 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks()1089 Expected<bool> Result = ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks); in DebugACrash()