Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp453 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
455 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
460 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
464 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceCrashingBlocks
565 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
567 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
572 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
576 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
664 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
666 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
[all …]