Searched refs:maybe_live_out (Results 1 – 5 of 5) sorted by relevance
76 if (allocation.maybe_live_out() || allocation.IsPreallocatedTempBuffer()) { in Build()139 if ((allocation.maybe_live_out() && in TearDown()
138 bool maybe_live_out() const { return maybe_live_out_; } in maybe_live_out() function216 return is_entry_computation_parameter() || maybe_live_out(); in IsInputOrOutput()226 !maybe_live_out() && in IsPreallocatedTempBuffer()
1235 EXPECT_FALSE(map_param_alloc.maybe_live_out()); in TEST_F()1240 EXPECT_FALSE(map_root_alloc.maybe_live_out()); in TEST_F()1246 EXPECT_FALSE(call_param_alloc.maybe_live_out()); in TEST_F()1257 EXPECT_FALSE(param_alloc.maybe_live_out()); in TEST_F()1262 EXPECT_TRUE(map_alloc.maybe_live_out()); in TEST_F()1293 EXPECT_TRUE(allocation.maybe_live_out()); in TEST_F()1318 GetAllocation(*assignment, tuple_param, /*index=*/{}).maybe_live_out()); in TEST_F()1322 GetAllocation(*assignment, tuple_param, /*index=*/{1}).maybe_live_out()); in TEST_F()1324 .maybe_live_out()); in TEST_F()1326 .maybe_live_out()); in TEST_F()[all …]
300 if (maybe_live_out()) { in ToString()619 if (allocation.maybe_live_out()) { in ComputeSummaryStats()
386 bool maybe_live_out = 7; field