Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp248 class ReduceCrashingBlocks : public ListReducer<const BasicBlock*> { class
252 ReduceCrashingBlocks(BugDriver &bd, in ReduceCrashingBlocks() function in __anon692caeb90411::ReduceCrashingBlocks
270 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) { in TestBlocks()
518 ReduceCrashingBlocks(BD, TestFn).reduceList(Blocks, Error); in DebugACrash()