Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2761 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local
2765 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction()
2771 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()
2842 if (CreatedBranchToNormalDest) in InlineFunction()
2843 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
2862 if (CreatedBranchToNormalDest) in InlineFunction()
2863 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()