Lines Matching defs:TestBlocks
456 if (!Kept.empty() && TestBlocks(Kept))
458 if (!Prefix.empty() && TestBlocks(Prefix))
463 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
467 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) {
568 if (!Kept.empty() && TestBlocks(Kept))
570 if (!Prefix.empty() && TestBlocks(Prefix))
575 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
579 bool ReduceCrashingConditionals::TestBlocks(
667 if (!Kept.empty() && TestBlocks(Kept))
669 if (!Prefix.empty() && TestBlocks(Prefix))
674 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
678 bool ReduceSimplifyCFG::TestBlocks(std::vector<const BasicBlock *> &BBs) {