Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp662 static int GetDICompileUnitCount(const Module& M) { in GetDICompileUnitCount() function
880 EXPECT_TRUE(GetDICompileUnitCount(*ImplModule) == 2); in TEST()
887 EXPECT_TRUE(GetDICompileUnitCount(*DeclModule) == 0); in TEST()
901 EXPECT_TRUE(GetDICompileUnitCount(*DeclModule) == 1); in TEST()