Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp332 auto &OtherBlockRanges = OtherBlockScope->getRanges(); in TEST_F() local
333 ASSERT_EQ(OtherBlockRanges.size(), 1u); in TEST_F()
334 EXPECT_EQ(OtherBlockRanges[0].first, SecondI); in TEST_F()
335 EXPECT_EQ(OtherBlockRanges[0].second, ThirdI); in TEST_F()