Home
last modified time | relevance | path

Searched refs:MinNumPreds (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp682 unsigned MinNumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
686 if (NumPreds < MinNumPreds) { in GetBestDestForJumpOnUndef()
688 MinNumPreds = NumPreds; in GetBestDestForJumpOnUndef()