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

/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp245 /// ReduceCrashingBlocks reducer - This works by setting the terminators of
250 class ReduceCrashingBlocks : public ListReducer<const BasicBlock*> { class in namespace:__anon9188
254 ReduceCrashingBlocks(BugDriver &bd, function in class:__anon9188::ReduceCrashingBlocks
272 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) {
522 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error);

Completed in 71 milliseconds