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.cpp3250 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local
3254 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), CB.getIterator()); in InlineFunction()
3256 CreatedBranchToNormalDest->setDebugLoc(DebugLoc::getTemporary()); in InlineFunction()
3262 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()
3331 if (CreatedBranchToNormalDest) in InlineFunction()
3332 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
3351 if (CreatedBranchToNormalDest) in InlineFunction()
3352 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
3362 if (CreatedBranchToNormalDest) in InlineFunction()
3363 CreatedBranchToNormalDest->setDebugLoc(DebugLoc::getUnknown()); in InlineFunction()