Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DCrashDebugger.cpp259 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
261 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
266 bool TestBlocks(std::vector<const BasicBlock*> &Prefix);
270 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) { in TestBlocks() function in ReduceCrashingBlocks