Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp935 unsigned MinNumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef() local
939 if (NumPreds < MinNumPreds) { in getBestDestForJumpOnUndef()
941 MinNumPreds = NumPreds; in getBestDestForJumpOnUndef()