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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1580 BasicBlock *OnlyDest = nullptr; local
1610 OnlyDest = DestBB;
1613 if (OnlyDest != DestBB)
1614 OnlyDest = MultipleDestSentinel;
1637 if (OnlyDest && OnlyDest != MultipleDestSentinel) {
1643 if (SuccBB == OnlyDest && !SeenFirstBranchToOnlyDest) {
1653 BranchInst::Create(OnlyDest, Term);
1681 BasicBlock *MostPopularDest = OnlyDest;

Completed in 111 milliseconds