Searched refs:ReduceCrashingBlocks (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp426 /// ReduceCrashingBlocks reducer - This works by setting the terminators of
431 class ReduceCrashingBlocks : public ListReducer<const BasicBlock *> { class in namespace:__anon2824
436 ReduceCrashingBlocks(BugDriver &BD, BugTester testFn) function in class:__anon2824::ReduceCrashingBlocks
452 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) {
1279 Expected<bool> Result = ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks);

Completed in 96 milliseconds