Searched refs:TestBlocks (Results 1 – 1 of 1) sorted by relevance
440 if (!Kept.empty() && TestBlocks(Kept)) in doTest()442 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()447 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);451 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceCrashingBlocks559 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 ReduceCrashingConditionals665 if (!Kept.empty() && TestBlocks(Kept)) in doTest()667 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()[all …]