Searched defs:TestBlocks (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 91 milliseconds