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