Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance
882 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local886 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction()891 AfterCallBB = OrigBB->splitBasicBlock(CreatedBranchToNormalDest, in InlineFunction()958 if (CreatedBranchToNormalDest) in InlineFunction()959 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()979 if (CreatedBranchToNormalDest) in InlineFunction()980 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()