Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp632 unsigned MinSucc = 0; in GetBestDestForJumpOnUndef() local
633 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
640 MinSucc = i; in GetBestDestForJumpOnUndef()
645 return MinSucc; in GetBestDestForJumpOnUndef()