Searched refs:GetBestDestForJumpOnUndef (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp964 static unsigned GetBestDestForJumpOnUndef(BasicBlock *BB) { function
1051 // successors to branch to. Let GetBestDestForJumpOnUndef decide.
1053 unsigned BestSucc = GetBestDestForJumpOnUndef(BB);
1717 getSuccessor(GetBestDestForJumpOnUndef(BB));

Completed in 44 milliseconds