Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance
2819 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local2823 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()