Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2502 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local
2506 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction()
2512 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()
2584 if (CreatedBranchToNormalDest) in InlineFunction()
2585 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
2605 if (CreatedBranchToNormalDest) in InlineFunction()
2606 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()