Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
452 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceCrashingBlocks
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
[all …]