Searched refs:MinNumPreds (Results 1 – 3 of 3) 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()
949 unsigned MinNumPreds = pred_size(TestBB); in GetBestDestForJumpOnUndef() local953 if (NumPreds < MinNumPreds) { in GetBestDestForJumpOnUndef()955 MinNumPreds = NumPreds; in GetBestDestForJumpOnUndef()