Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc270 bool should_be_live = ShouldBeLiveForEnvironment(current, instruction); in ComputeLiveRanges()
Dssa_liveness_analysis.h1250 static bool ShouldBeLiveForEnvironment(HInstruction* env_holder, in ShouldBeLiveForEnvironment() function