Home
last modified time | relevance | path

Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2819 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local
2823 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction()
2829 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()
2900 if (CreatedBranchToNormalDest) in InlineFunction()
2901 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
2920 if (CreatedBranchToNormalDest) in InlineFunction()
2921 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()