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