HomeSort by relevance Sort by last modified time
    Searched refs:GetBestDestForJumpOnUndef (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp 594 static unsigned GetBestDestForJumpOnUndef(BasicBlock *BB) {
686 // successors to branch to. Let GetBestDestForJumpOnUndef decide.
688 unsigned BestSucc = GetBestDestForJumpOnUndef(BB);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 673 static unsigned GetBestDestForJumpOnUndef(BasicBlock *BB) {
767 // successors to branch to. Let GetBestDestForJumpOnUndef decide.
769 unsigned BestSucc = GetBestDestForJumpOnUndef(BB);
    [all...]

Completed in 128 milliseconds