Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DCloning.cpp329 const DebugLoc& NewDL = NewI.getDebugLoc(); in TEST_F() local
332 EXPECT_EQ(OldDL.getLine(), NewDL.getLine()); in TEST_F()
333 EXPECT_EQ(OldDL.getCol(), NewDL.getCol()); in TEST_F()
337 auto *NewSubprogram = cast<DISubprogram>(NewDL.getScope()); in TEST_F()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DCloningTest.cpp582 const DebugLoc& NewDL = NewI.getDebugLoc(); in TEST_F() local
585 EXPECT_EQ(OldDL.getLine(), NewDL.getLine()); in TEST_F()
586 EXPECT_EQ(OldDL.getCol(), NewDL.getCol()); in TEST_F()
590 auto *NewSubprogram = cast<DISubprogram>(NewDL.getInlinedAtScope()); in TEST_F()
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp824 auto NewDL = DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(), IA); in TEST_F() local
825 I->setDebugLoc(NewDL); in TEST_F()
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp278 if (DILocation *NewDL = Updater(*DL)) in updateLoopMetadataDebugLocationsImpl() local
279 MDs.push_back(NewDL); in updateLoopMetadataDebugLocationsImpl()