Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:ReduceCrashingBlocks

320   /// ReduceCrashingBlocks reducer - This works by setting the terminators of
325 class ReduceCrashingBlocks : public ListReducer<const BasicBlock*> {
329 ReduceCrashingBlocks(BugDriver &bd,
347 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) {
824 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error);