Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1353 DenseMap<const MDNode *, MDNode *> &IANodes) { in inlineDebugLoc() argument
1354 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes); in inlineDebugLoc()
1363 DenseMap<const MDNode *, MDNode *> &IANodes) { in inlineLoopID() argument
1376 MDs.push_back(inlineDebugLoc(DL, InlinedAt, Ctx, IANodes)); in inlineLoopID()
1407 DenseMap<const MDNode *, MDNode *> IANodes; in fixupLineNumbers() local
1420 inlineLoopID(LoopID, InlinedAtNode, BI->getContext(), IANodes); in fixupLineNumbers()
1427 inlineDebugLoc(DL, InlinedAtNode, BI->getContext(), IANodes); in fixupLineNumbers()
/external/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1444 DenseMap<const MDNode *, MDNode *> &IANodes) { in inlineDebugLoc() argument
1445 auto IA = DebugLoc::appendInlinedAt(OrigDL, InlinedAt, Ctx, IANodes); in inlineDebugLoc()
1470 DenseMap<const MDNode *, MDNode *> IANodes; in fixupLineNumbers() local
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/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1267 DenseMap<const DILocation *, DILocation *> &IANodes) { in updateInlinedAtInfo() argument
1275 if (DILocation *Found = IANodes[IA]) { in updateInlinedAtInfo()
1288 Last = IANodes[MD] = DILocation::getDistinct( in updateInlinedAtInfo()
1317 DenseMap<const DILocation *, DILocation *> IANodes; in fixupLineNumbers() local
1336 BI->setDebugLoc(updateInlinedAtInfo(DL, InlinedAtNode, BI->getContext(), IANodes)); in fixupLineNumbers()
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp822 DenseMap<const MDNode *, MDNode *> IANodes; in TEST_F() local
823 auto IA = DebugLoc::appendInlinedAt(DL, InlinedAtNode, Ctx, IANodes); in TEST_F()