Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance
2226 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local2230 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction()2236 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()2308 if (CreatedBranchToNormalDest) in InlineFunction()2309 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()2329 if (CreatedBranchToNormalDest) in InlineFunction()2330 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()