Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1006 unsigned MinNumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef() local
1010 if (NumPreds < MinNumPreds) { in getBestDestForJumpOnUndef()
1012 MinNumPreds = NumPreds; in getBestDestForJumpOnUndef()