Lines Matching refs:TestBlocks
432 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
434 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
439 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
443 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceCrashingBlocks
550 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
552 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
557 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
561 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
655 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
657 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
662 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
666 bool ReduceSimplifyCFG::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceSimplifyCFG