Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc153 bool should_be_live = ShouldBeLiveForEnvironment(current, instruction); in ProcessEnvironment()
H A Dssa_liveness_analysis.h1278 static bool ShouldBeLiveForEnvironment(HInstruction* env_holder, HInstruction* instruction) { in ShouldBeLiveForEnvironment() function