Searched defs:BestSucc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp688 unsigned BestSucc = GetBestDestForJumpOnUndef(BB); local
693 if (i == BestSucc) continue;
699 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm);

Completed in 743 milliseconds