Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp311 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F() local
314 ASSERT_NE(OtherBlockScope, nullptr); in TEST_F()
332 auto &OtherBlockRanges = OtherBlockScope->getRanges(); in TEST_F()
349 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F() local
352 ASSERT_NE(OtherBlockScope, nullptr); in TEST_F()
355 EXPECT_TRUE(FuncScope->dominates(OtherBlockScope)); in TEST_F()
357 EXPECT_FALSE(BlockScope->dominates(OtherBlockScope)); in TEST_F()
358 EXPECT_FALSE(OtherBlockScope->dominates(FuncScope)); in TEST_F()
359 EXPECT_FALSE(OtherBlockScope->dominates(BlockScope)); in TEST_F()
391 LexicalScope *OtherBlockScope = LS.findLexicalScope(NotNestedBlockLoc.get()); in TEST_F() local
[all …]