Lines Matching refs:TestBlocks
441 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
443 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
448 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
452 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceCrashingBlocks
560 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
562 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
567 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
571 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
666 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
668 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
673 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
677 bool ReduceSimplifyCFG::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceSimplifyCFG