Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2226 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local
2230 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction()
2236 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()
2308 if (CreatedBranchToNormalDest) in InlineFunction()
2309 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
2329 if (CreatedBranchToNormalDest) in InlineFunction()
2330 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()