Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2492 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local
2496 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction()
2502 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()
2574 if (CreatedBranchToNormalDest) in InlineFunction()
2575 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
2595 if (CreatedBranchToNormalDest) in InlineFunction()
2596 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()