Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance
2492 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local2496 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction()2502 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()2574 if (CreatedBranchToNormalDest) in InlineFunction()2575 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()2595 if (CreatedBranchToNormalDest) in InlineFunction()2596 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()