Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance
2502 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local2506 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction()2512 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()2584 if (CreatedBranchToNormalDest) in InlineFunction()2585 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()2605 if (CreatedBranchToNormalDest) in InlineFunction()2606 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()