Searched refs:TestBlocks (Results 1 – 1 of 1) sorted by relevance
453 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 ReduceCrashingBlocks565 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 ReduceCrashingConditionals664 if (!Kept.empty() && TestBlocks(Kept)) in doTest()666 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()[all …]