Home | History | Annotate | Download | only in Scalar

Lines Matching full:testbb

613   BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc);
615 unsigned MinNumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB));
617 TestBB = BBTerm->getSuccessor(i);
618 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB));