Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp440 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
442 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
447 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
451 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceCrashingBlocks
559 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
561 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
566 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
570 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
665 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
667 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
[all …]