Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance
2922 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local2926 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), CB.getIterator()); in InlineFunction()2932 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()3001 if (CreatedBranchToNormalDest) in InlineFunction()3002 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()3021 if (CreatedBranchToNormalDest) in InlineFunction()3022 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()