Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp599 unsigned MinNumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
603 if (NumPreds < MinNumPreds) { in GetBestDestForJumpOnUndef()
605 MinNumPreds = NumPreds; in GetBestDestForJumpOnUndef()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp678 unsigned MinNumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() local
682 if (NumPreds < MinNumPreds) { in GetBestDestForJumpOnUndef()
684 MinNumPreds = NumPreds; in GetBestDestForJumpOnUndef()