Searched refs:map_root_alloc (Results 1 – 1 of 1) sorted by relevance
1429 auto& map_root_alloc = GetTopLevelAllocation(*assignment, map_root); in TEST_F() local1430 EXPECT_FALSE(map_root_alloc.is_entry_computation_parameter()); in TEST_F()1431 EXPECT_FALSE(map_root_alloc.maybe_live_out()); in TEST_F()1432 EXPECT_TRUE(map_root_alloc.is_thread_local()); in TEST_F()1488 auto& map_root_alloc = GetTopLevelAllocation(*assignment, map_root); in TEST_F() local1489 EXPECT_FALSE(map_root_alloc.is_entry_computation_parameter()); in TEST_F()1490 EXPECT_FALSE(map_root_alloc.maybe_live_out()); in TEST_F()1491 EXPECT_TRUE(map_root_alloc.is_thread_local()); in TEST_F()