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

/macosx-10.10/llvmCore-3425.0.34/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:__anon10750
254 ReduceCrashingBlocks(BugDriver &bd, function in class:__anon10750::ReduceCrashingBlocks
272 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) {
522 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error);

Completed in 121 milliseconds