Searched refs:TestBlocks (Results 1 – 1 of 1) sorted by relevance
259 if (!Kept.empty() && TestBlocks(Kept)) in doTest()261 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()266 bool TestBlocks(std::vector<const BasicBlock*> &Prefix);270 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock*> &BBs) { in TestBlocks() function in ReduceCrashingBlocks