Home
last modified time | relevance | path

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

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