Home
last modified time | relevance | path

Searched refs:CreatedBranchToNormalDest (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2922 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local
2926 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()