Searched refs:InlinedAtNode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1652 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers() local 1656 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers() 1657 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers() 1658 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers() 1673 auto updateLoopInfoLoc = [&Ctx, &InlinedAtNode, in fixupLineNumbers() 1676 return inlineDebugLoc(Loc, InlinedAtNode, Ctx, IANodes).get(); in fixupLineNumbers() 1684 inlineDebugLoc(DL, InlinedAtNode, I.getContext(), IANodes); in fixupLineNumbers() 1721 inlineDebugLoc(DL, InlinedAtNode, in fixupLineNumbers()
|