Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1989 BranchInst *CreatedBranchToNormalDest = nullptr; in InlineFunction() local
1993 CreatedBranchToNormalDest = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction()
1999 OrigBB->splitBasicBlock(CreatedBranchToNormalDest->getIterator(), in InlineFunction()
2065 if (CreatedBranchToNormalDest) in InlineFunction()
2066 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
2086 if (CreatedBranchToNormalDest) in InlineFunction()
2087 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()