Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance
2761 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local2765 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction()2771 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()2842 if (CreatedBranchToNormalDest) in InlineFunction()2843 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()2862 if (CreatedBranchToNormalDest) in InlineFunction()2863 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()