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.cpp456 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
458 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
463 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
467 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceCrashingBlocks
568 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
570 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
575 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
579 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
667 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
669 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
[all …]