Searched refs:MinNumPreds (Results 1 – 2 of 2) sorted by relevance
599 unsigned MinNumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local603 if (NumPreds < MinNumPreds) { in GetBestDestForJumpOnUndef()605 MinNumPreds = NumPreds; in GetBestDestForJumpOnUndef()
678 unsigned MinNumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local682 if (NumPreds < MinNumPreds) { in GetBestDestForJumpOnUndef()684 MinNumPreds = NumPreds; in GetBestDestForJumpOnUndef()