Home
last modified time | relevance | path

Searched refs:MinNumPreds (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp949 unsigned MinNumPreds = pred_size(TestBB); in GetBestDestForJumpOnUndef() local
953 if (NumPreds < MinNumPreds) { in GetBestDestForJumpOnUndef()
955 MinNumPreds = NumPreds; in GetBestDestForJumpOnUndef()