Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1021 unsigned MinNumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef() local
1025 if (NumPreds < MinNumPreds) { in getBestDestForJumpOnUndef()
1027 MinNumPreds = NumPreds; in getBestDestForJumpOnUndef()