Lines Matching refs:TestBlocks
440 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
442 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
447 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
451 bool ReduceCrashingBlocks::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceCrashingBlocks
559 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
561 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
566 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
570 bool ReduceCrashingConditionals::TestBlocks( in TestBlocks() function in ReduceCrashingConditionals
665 if (!Kept.empty() && TestBlocks(Kept)) in doTest()
667 if (!Prefix.empty() && TestBlocks(Prefix)) in doTest()
672 bool TestBlocks(std::vector<const BasicBlock *> &Prefix);
676 bool ReduceSimplifyCFG::TestBlocks(std::vector<const BasicBlock *> &BBs) { in TestBlocks() function in ReduceSimplifyCFG