Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc198 bool should_be_live = ShouldBeLiveForEnvironment(current, instruction); in ComputeLiveRanges() local
199 if (should_be_live) { in ComputeLiveRanges()
205 current, environment, i, /* actual_user */ nullptr, should_be_live); in ComputeLiveRanges()