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

/external/llvm/tools/bugpoint/
H A DCrashDebugger.cpp261 if (!Kept.empty() && TestBlocks(Kept))
263 if (!Prefix.empty() && TestBlocks(Prefix))
268 bool TestBlocks(std::vector<const BasicBlock*> &Prefix);
272 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) { function in class:ReduceCrashingBlocks

Completed in 76 milliseconds