Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp432 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
434 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
439 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
550 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
552 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
557 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
561 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
655 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
657 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
662 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
[all …]