Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance
1291 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local1295 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction()1300 AfterCallBB = OrigBB->splitBasicBlock(CreatedBranchToNormalDest, in InlineFunction()1367 if (CreatedBranchToNormalDest) in InlineFunction()1368 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()1388 if (CreatedBranchToNormalDest) in InlineFunction()1389 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()