Searched refs:InlinedAtNode (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1265 updateInlinedAtInfo(const DebugLoc &DL, DILocation *InlinedAtNode, in updateInlinedAtInfo() argument 1269 DILocation *Last = InlinedAtNode; in updateInlinedAtInfo() 1306 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers() local 1310 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers() 1311 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers() 1312 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers() 1336 BI->setDebugLoc(updateInlinedAtInfo(DL, InlinedAtNode, BI->getContext(), IANodes)); in fixupLineNumbers()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1459 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers() local 1463 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers() 1464 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers() 1465 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers() 1481 auto updateLoopInfoLoc = [&Ctx, &InlinedAtNode, &IANodes]( in fixupLineNumbers() 1483 return inlineDebugLoc(&Loc, InlinedAtNode, Ctx, IANodes).get(); in fixupLineNumbers() 1490 inlineDebugLoc(DL, InlinedAtNode, BI->getContext(), IANodes); in fixupLineNumbers()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1396 DILocation *InlinedAtNode = TheCallDL; in fixupLineNumbers() local 1400 InlinedAtNode = DILocation::getDistinct( in fixupLineNumbers() 1401 Ctx, InlinedAtNode->getLine(), InlinedAtNode->getColumn(), in fixupLineNumbers() 1402 InlinedAtNode->getScope(), InlinedAtNode->getInlinedAt()); in fixupLineNumbers() 1420 inlineLoopID(LoopID, InlinedAtNode, BI->getContext(), IANodes); in fixupLineNumbers() 1427 inlineDebugLoc(DL, InlinedAtNode, BI->getContext(), IANodes); in fixupLineNumbers()
|
/external/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 819 auto *InlinedAtNode = in TEST_F() local 823 auto IA = DebugLoc::appendInlinedAt(DL, InlinedAtNode, Ctx, IANodes); in TEST_F()
|