Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance
1989 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local1993 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction()1999 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()2065 if (CreatedBranchToNormalDest) in InlineFunction()2066 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()2086 if (CreatedBranchToNormalDest) in InlineFunction()2087 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()