Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1528 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers() local
1532 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers()
1533 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers()
1534 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers()
1550 auto updateLoopInfoLoc = [&Ctx, &InlinedAtNode, in fixupLineNumbers()
1553 return inlineDebugLoc(Loc, InlinedAtNode, Ctx, IANodes).get(); in fixupLineNumbers()
1561 inlineDebugLoc(DL, InlinedAtNode, BI->getContext(), IANodes); in fixupLineNumbers()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp880 auto *InlinedAtNode = in TEST_F() local
884 auto IA = DebugLoc::appendInlinedAt(DL, InlinedAtNode, Ctx, IANodes); in TEST_F()