Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1003 unsigned MinSucc = 0; in getBestDestForJumpOnUndef() local
1004 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef()
1011 MinSucc = i; in getBestDestForJumpOnUndef()
1016 return MinSucc; in getBestDestForJumpOnUndef()