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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1587 BasicBlock *OnlyDest = nullptr; local
1617 OnlyDest = DestBB;
1620 if (OnlyDest != DestBB)
1621 OnlyDest = MultipleDestSentinel;
1644 if (OnlyDest && OnlyDest != MultipleDestSentinel) {
1650 if (SuccBB == OnlyDest && !SeenFirstBranchToOnlyDest) {
1660 BranchInst::Create(OnlyDest, Term);
1688 BasicBlock *MostPopularDest = OnlyDest;

Completed in 125 milliseconds