Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2521 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local
2525 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction()
2531 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()
2603 if (CreatedBranchToNormalDest) in InlineFunction()
2604 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
2624 if (CreatedBranchToNormalDest) in InlineFunction()
2625 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()