Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp596 unsigned MinSucc = 0; in GetBestDestForJumpOnUndef() local
597 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
604 MinSucc = i; in GetBestDestForJumpOnUndef()
609 return MinSucc; in GetBestDestForJumpOnUndef()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp675 unsigned MinSucc = 0; in GetBestDestForJumpOnUndef() local
676 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
683 MinSucc = i; in GetBestDestForJumpOnUndef()
688 return MinSucc; in GetBestDestForJumpOnUndef()