Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
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()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]